pipenv .venv folder inside project root

Created on 10 Mar 2017  路  1Comment  路  Source: pypa/pipenv

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

Most helpful comment

In bash, export PIPENV_VENV_IN_PROJECT=1

>All comments

In bash, export PIPENV_VENV_IN_PROJECT=1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

galuszkak picture galuszkak  路  46Comments

hynek picture hynek  路  101Comments

philfreo picture philfreo  路  72Comments

brosner picture brosner  路  54Comments

wichert picture wichert  路  47Comments