Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipenv .venv folder inside project root #259

Closed
SergeyPirogov opened this issue Mar 10, 2017 · 1 comment
Closed

pipenv .venv folder inside project root #259

SergeyPirogov opened this issue Mar 10, 2017 · 1 comment

Comments

@SergeyPirogov
Copy link

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

@kennethreitz
Copy link
Contributor

In bash, export PIPENV_VENV_IN_PROJECT=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants