pyenv-virtualenv
                                
                                
                                
                                    pyenv-virtualenv copied to clipboard
                            
                            
                            
                        a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
### Issue If a command is present in a virtual environment managed by pyenv-virtualenv, then that command will be called over the system command. pyenv-which-ext works perfectly if you are...
Completely nuked `~/.pyenv` and then reinstalled `pyenv` and `pyenv-virtualenv` via `pyenv-installer`. ``` $ echo $PYENV_ROOT $PYENV_SHELL $PYENV_VIRTUALENV_INIT /Users/jottr/.pyenv zsh 1 # Creating a new venv $ pyenv virtualenv 2.7.14 neovim2...
Background: I made a function in my zshrc to make migrating pyenv virtualenvs to a new version easier. I was using `$PYENV_VIRTUAL_ENV`, forgetting that it contains the full path. It...
This is a feature request, but boils down to syntatic sugar. Some projects choose not to ignore their local version file (`.python-version`), and those file can optionally set a virtual...
Hi, I noticed that when activating some virtualenv with the following command: `$ pyenv [ shell | local ] new-env` The newly activated virtualenv maybe interfered by the previously activated...
Hello all, I'm on MACOS High Sierra (and tried on Mojave and Catalina too). I am trying to use pyenv-virtualenv with VSCode Python Language Server. I am facing issues with...
Hello all, I'm on MACOS catalina, when trying to issue: `virtualenv --python=`which python3` venv` I'm getting ``` Running virtualenv with interpreter /usr/bin/python3 Already using interpreter /Applications/Xcode.app/Contents/Developer/usr/bin/python3 Using base prefix /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7'...
WIP as I try to understand the code but I want to add an option to make virtualenvs in any directory. I want to leverage the multiple python versions with...
I love how pyenv enables switching back and forth between python versions. What I don't understand: - Assume I have created the virtualenv for my project called `backend` for the...
Adding the required eval "$(pyenv virtualenv-init -)" to my zshrc makes the prompt load much slower than without. What's the reason for this?