mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-22 16:26:32 +00:00
add poetry in project venv
This commit is contained in:
parent
21b8cf7edd
commit
73acecac9b
@ -1,6 +1,7 @@
|
|||||||
set -g fish_user_paths "/usr/local/sbin" $fish_user_paths
|
set -g fish_user_paths "/usr/local/sbin" $fish_user_paths
|
||||||
|
|
||||||
set -x PIPENV_VENV_IN_PROJECT true
|
set -x PIPENV_VENV_IN_PROJECT true
|
||||||
|
set -x POETRY_VIRTUALENVS_IN_PROJECT true
|
||||||
|
|
||||||
if [ -x /opt/homebrew/bin/brew ]
|
if [ -x /opt/homebrew/bin/brew ]
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
Loading…
Reference in New Issue
Block a user