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

FooBarQuaxx picture FooBarQuaxx  路  3Comments

bgjelstrup picture bgjelstrup  路  3Comments

Californian picture Californian  路  3Comments

jeyraof picture jeyraof  路  3Comments

fbender picture fbender  路  3Comments