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

Creating a python2 based virtualenv appears to no longer work. Running `pyenv virtualenv 2.7.17 myvenv` gives the following error: ```shell Traceback (most recent call last): File "/home//.pyenv/versions/2.7.17/bin/virtualenv", line 6, in...

My system python version is 3.7.6 yet when the virtualenv is created it's from python 2. Note that brew installed python 3.7 and it is the first in the PATH...

When I create a venv like this: `$ pyenv virtualenv python_version myvenv ` e.g. python_version: anaconda3-5.2.0 and try to activate the venv with either: `$ pyenv activate myvenv ` or...

From what I can understand, currently `virtualenv` is used by default even if `venv` is present. The README states: > pyenv-virtualenv uses python -m venv if it is available and...

It seems to create conda env fine, but they are not listed. Can be related to issue #329 **current virtualenv** > (anaconda3-2019.10) Kuns-MacBook-Pro:~ kundeng$ pyenv version > anaconda3-2019.10 (set by...

Hi, I try to create the environment for this project based on anaconda3-4.3.0 with pyenv-virtualenv: https://github.com/mbeyeler/opencv-machine-learning.git But, the pyenv-virtualenv failed to do this job. See the following steps I've done:...

It would be great if I could use the next commnad: `pyenv virtualenv 3.6 my-virtualenv-py36` And this case the latest installed py3.6 would be used. And, in the feature, the...

Too many issues will kill our team's development velocity, drastically. Make sure you have checked all steps below. ### Prerequisite * [x] Make sure your problem is not listed in...

The readme file has this tidbit: ![image](https://user-images.githubusercontent.com/2521942/70707638-40498200-1ce1-11ea-83b3-1ed83ee73dde.png) I guess it's nice to finally have an answer as to why pyenv uninstalled the virtualenv I didn't ask for... But what I...

OS: macOS 10.14.2 Homebrew: 2.0.3 pyenv: 1.2.9 pyenv-virtualenv: 1.1.3 After installed pyenv-virtualenv by brew, `pyenv-virtualenv aaaa` failed, I found that many commands in `/usr/local/bin/pyenv-virtualenv` actually do not exist, e.g. pyenv-root,...