When I use command pipenv --three
to create virtualenv, it init env to folder $USER_HOME/.venvs/<name>
. Is it possible to set virtual env folder path to $PROJECT_ROOT/.venv
In docs I see that there is some env variable PIPENV_VENV_IN_PROJECT
but i can't find example how to activate it.
Thanks
In bash, export PIPENV_VENV_IN_PROJECT=1
Most helpful comment
In bash,
export PIPENV_VENV_IN_PROJECT=1