add poetry in project venv

This commit is contained in:
Niccolo Borgioli 2023-03-15 15:12:07 +01:00
parent 21b8cf7edd
commit 73acecac9b
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
set -g fish_user_paths "/usr/local/sbin" $fish_user_paths
set -x PIPENV_VENV_IN_PROJECT true
set -x POETRY_VIRTUALENVS_IN_PROJECT true
if [ -x /opt/homebrew/bin/brew ]
eval "$(/opt/homebrew/bin/brew shellenv)"