Skip to content

What is in the virtualenvs dirs, e.g. $HOME/.local/share/virtualenvs/Foo-1E7o8dGZ ? #5124

Answered by matteius
JDLH asked this question in Q&A
Discussion options

You must be logged in to vote

You can find the virtualenv for your current pipenv managed project by running pipenv --venv. The virtualenv name is auto-generated from pipenv hence the Foo-1E7o8dGZ. The virtualenv is a link to your version of Python for the project and all of the dependencies you require are installed and referenced from there for the project space. Virtualenv provides isolation for your project dependencies.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JDLH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants