Using venv from python -m venv #2759
Unanswered
jonathan-s
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I'm working with a project I like to have a venv folder that I generate in the following way.
This gives me the possibility to easily access the installed libraries if needed.
I recently noticed that even if I activate the environment.
source venv/bin/activate
. install something and then deactivate the environment the installed package is still there when you viewpip list
. So is pyenv incompatible with the usage ofpython -m venv
?Beta Was this translation helpful? Give feedback.
All reactions