pyenv-virtualenv
pyenv-virtualenv copied to clipboard
a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
This MRs is just a fix that I applied in my local, maybe it can be useful to others, then I'm opening this PR. Example of error got in terminal:...
``` $ pyenv virtualenv-delete --help Usage: pyenv virtualenv-delete [-f|--force] -f Attempt to remove the specified virtualenv without prompting for confirmation. If the virtualenv does not exist, do not display an...
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...
I'm a little confused by how this is supposed to work. From what I understand, to use this project, the `.python-version` should be the name of the virtualenv, (as opposed...
 Configure_prompt in zshrc of Kali linux cause duplicate Anaconda prefix, When the terminal is just opened. After press CTRL+P , the prefix turned normal.  ``` configure_prompt() { prompt_symbol=㉿...
Hi! I'm using fish and I'm running into the above message when I do `pyenv activate my_venv`. If I do `source .../my_venv/activate.fish` the prompt shows up so it doesn't look...
I would like to be able to add a hook script when pyenv activate runs. In particular it would be helpful for me to be able to modify some environment...
I'm creating a local virtualenv using 2.7.6 which I have setup as the global version, but the Python and IPython interpreter goes back to using the system 2.7.11 as soon...
There is [pyenv-virtualenvwrapper](https://github.com/pyenv/pyenv-virtualenvwrapper) but it is largely unmaintained (last commit 5 years ago). I would like to achieve compatibility with virtualenvwrapper since under the hood virtualenvwrapper supports venv and virtualenv...
### Example ```sh $ cat .python-version 3.9.9/envs/foobar ``` ### Actual ```sh $ cat .python-version 3.9.9/envs/foobar $ pyenv install python-build: definition not found: 3.9.9/envs/foobar See all available versions with `pyenv install...