pyenv-virtualenv
                                
                                
                                
                                    pyenv-virtualenv copied to clipboard
                            
                            
                            
                        a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
### How to reproduce * `pyenv install miniconda3-latest` (the result is actually the same with `miniconda3-4.3.3` since conda gets updated to 4.4.4 during the install) * `pyenv virtualenv miniconda3-latest my-env`...
Hi I already have several virtual-envs created with `python -m venv ...`. Now I've installed _pyenv_ and i'm looking for a way to introduce my virtual-envs to _pyenv_. Is there...
Hi all, and thank you for the amazing pyenv. I would like to use a custom pip index with a specific virtualenv. We are using a custom pip registry (sonatype)...
Only two issues have been closed this year (self-closed), and no commits to master have been made since late 2019. There is also a backlog of PRs from this year...
In https://github.com/pyenv/pyenv/issues/1914, a user was getting the `Failed to activate virtualenv. Perhaps pyenv-virtualenv has not been loaded into your shell properly.` message when trying to `pyenv activate` in a noninteractive...
Hey there! In the `pyenv-virtualenv` script, there is a reference to a command called `colorize` [here]( https://github.com/pyenv/pyenv-virtualenv/blob/294f64f76b6b7fbf1a22a4ebba7710faa75c21f7/bin/pyenv-virtualenv#L472). To my knowledge, this command is not installed in most shells, and I...
Hi, I try to create a virtualenv based on miniconda3-4.3.30, see the following steps: ``` $ pyenv install miniconda3-4.3.30 $ pyenv local miniconda3-4.3.30 $ python --version Python 3.6.3 :: Anaconda,...
Hi *, thanks for this awesome project at first :). I noticed that my fish shell got really slow when just pressing enter compared to bash and I figured out...
Hi folks - Ive been playing with PyEnv and I love it so far but Im curious about something. Im starting to create virtualenvs and I see that PyEnv does...
### Minimal reproduction steps 1. Create a new project (e.g. `mkdir -p ~/projects/test-project`) 2. Create its own virtual environment: ``` $ cd ~/projects/test-project/ $ pyenv install 3.9.0 $ pyenv virtualenv...