pyenv / pyenv-virtualenv

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

Virtualenv not isolated #469

Closed sandman closed 10 months ago

sandman commented 11 months 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 11 months ago

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