pyenv / pyenv-virtualenv

a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
MIT License
6.37k stars 403 forks source link

Virtualenv not isolated #469

Closed sandman closed 1 year ago

sandman commented 1 year ago

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?

native-api commented 1 year ago

A fresh virtualenv is supposed to have at least Pip and its dependencies (setuptools and wheel).