Too many issues will kill our team's development velocity, drastically.
Make sure you have checked all steps below.
Description
[Ubuntu Linux 20.04 ] Platform information
[amd64] OS architecture (e.g. amd64):
[ 2.3.26-3] pyenv version:
[ 3.11.5] Python version:
[9.4.0 ] C Compiler information (e.g. gcc 7.3):
I created a new virtualenv with pyenv: pyenv virtualenv 3.11.5 my_app. However, pip freeze shows a bunch of packages and not an empty output as expected. How can I create a clean, isolated virtualenv with pyenv?
Too many issues will kill our team's development velocity, drastically. Make sure you have checked all steps below.
Description
I created a new virtualenv with pyenv:
pyenv virtualenv 3.11.5 my_app
. However, pip freeze shows a bunch of packages and not an empty output as expected. How can I create a clean, isolated virtualenv with pyenv?