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

Apart from the fact that pipenv supports pyenv to install missing Python versions (#981), I think it should be cool if pyenv-virtualenv automatically calls `pipenv shell` if there's a Pipfile...

Hey, I'm the current maintainer of pyenv-virtualenv package for Arch Linux User Repository (https://aur.archlinux.org/packages/pyenv-virtualenv/). After updating the package to `1.1.4` all the users of the package start experiencing the following...

When I remove a virtualenv created through pyenv-virtualenv, a confirmation prompt shows up but does not specify how to confirm or reject the removal. It might just be me, but...

after `$ pyenv shell [virtualenv_name]` deactivate command not work. `$ pyenv deactivate` ( I found bellow command but wanna use above) `$ pyenv shell system` # env - pyenv-virtualenv 1.1.3...

I use conda create env_tf , but I can't activate it by pyenv activate. pyenv-virtualenv: version `env_tf' is not a virtualenv env_tf is a virtualenv created by anaconda. I can...

`VIRTUAL_ENV` is set when activating `miniconda3-latest` as global environment. When `eval "$(pyenv virtualenv-init -)"` is added to ~/.bashrc: ``` $ echo $VIRTUAL_ENV $ pyenv global 3.8-dev $ python --version Python...

I'm not sure if this is intended/desired behavior, so apologies if not. Any time versions are checked (pyenv versions, the command-not-found wrapper, etc) there seems to be multiple entries for...

enhancement
virtualenv

Quite similar to this issue https://github.com/pyenv/pyenv-virtualenv/issues/32 however I posted the question at the above mentioned link but got no reply. I have the following problem while deactivating pyenv #Checking the...

### Description - Platform information: MacOS 10.14 - pyenv version: 1.2.8 - Python version: 2.7.15 (with --enable-framework) - C Compiler information (e.g. gcc 7.3): [GCC 4.2.1 Compatible Apple LLVM 10.0.0...

I'm not sure if this is a bug or not, but it's a bit frustrating. So, I might be in a local 3.7.0 pyenv-virtualenv, switched to automatically based on entering...