pyenv-virtualenv icon indicating copy to clipboard operation
pyenv-virtualenv copied to clipboard

a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)

Results 123 pyenv-virtualenv issues
Sort by recently updated
recently updated
newest added

When a pyenv virtualenv is created with system-site-packages enabled, console scripts installed in the parent pyenv version are invoked using the parent's environment, not the current virtual environment, and cannot...

Hi! First: Thank you very much for such a good product! This is a really necessary thing in everyday development! Second: In the course of work, unusual behavior was discovered...

Hi, This is Ubuntu 20.04 and git master version of pyenv/pyenv-virtualenv. Failed to do the following job: ``` $ pyenv shell 2.7.18 $ pyenv virtualenv test DEPRECATION: Python 2.7 will...

Perhaps I am missing something, but when I use a `.python-version` file to activate virtual environments, the `$VIRTUAL_ENV` variable isn't set. Using `pyenv activate`, however, does set it. For example,...

Current code inside _pyenv_virtualenv_hook function fails to run correctly when bash is using "set -u" mode -- which triggers: ``` set -u _pyenv_virtualenv_hook:2: VIRTUAL_ENV: parameter not set ``` This can...

It looks like there is some issue on my system that is causing very poor runtime performance after running `pyenv virtualenv-init`. Related to #132 I think the issue is with...

Conda activate (at least in fish) appears to set both `CONDA_PREFIX` and `CONDA_DEFAULT_ENV`, and rely upon them both being set to determine the environment to use when none is specified....

In my use case I sometimes move around the whole pyenv directory and this absolute link breaks my setup. I don't see many (any?) disadvantages in always creating this symlink...

`pyenv virtualenv` fails to create conda environments from conda environments. ```shellsession $ pyenv virtualenv lsp test Looking in links: /tmp/tmp0ao0gi5w Requirement already satisfied: setuptools in /home/LOM0227/.pyenv/versions/miniconda3-latest/envs/test/lib/python3.7/site-packages (40.8.0) Requirement already satisfied:...

Pyenv is not deactivating from virtual environment: Python 3.10.6 ### Description - [ ] Platform information (e.g. Ubuntu Linux 20.04): macOS Monterey - [ ] OS architecture (e.g. amd64): M1...