Skip to content

Commit

Permalink
Merge pull request #2554 from OrangeDog/patch-2
Browse files Browse the repository at this point in the history
Delete "Changing Where Pipenv Stores Virtualenvs"
  • Loading branch information
uranusjr authored Jul 10, 2018
2 parents 18b0fb5 + 8dcb187 commit 7ddccf8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -548,11 +548,6 @@ This will tell Pipenv to lock all your ``setup.py``–declared dependencies.

You can force Pipenv to use a different cache location by setting the environment variable ``PIPENV_CACHE_DIR`` to the location you wish. This is useful in the same situations that you would change ``PIP_CACHE_DIR`` to a different directory.

☤ Changing Where Pipenv Stores Virtualenvs
------------------------------------------

By default, Pipenv stores all of your virtualenvs in a single place. Usually this isn't a problem, but if you'd like to change it for developer ergonomics, or if it's causing issues on build servers you can set ``PIPENV_VENV_IN_PROJECT`` to create the virtualenv inside the root of your project.

☤ Changing Default Python Versions
----------------------------------

Expand Down

0 comments on commit 7ddccf8

Please sign in to comment.