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

`pyenv virtualenv 3.5.4 test` does not install the `wheel` package. Creating a virtual environment with virtualenv directly, or with other tools such as direnv does install the wheel package. This...

need-feedback

We should include hooks in [pyenv-virtualenv-delete](https://github.com/pyenv/pyenv-virtualenv/blob/master/bin/pyenv-virtualenv-delete), like `before_virtualenv_delete` and `after_virtualenv_delete`. For instance, [pyenv-jupyter-kernel](https://github.com/aiguofer/pyenv-jupyter-kernel) is a project that will create Jupyter kernels when creating a pyenv virtual environment, and delete the...

Grants users the option of providing a custom prompt configuration for `pyenv-virtualenv` by setting an environment variable (preferably, at shell initialization). I've been using `pyenv` for years now, and have...

Reloading my shell config leads to duplication of path segments related to `pyenv-virtualenv` because the command: ``` eval "$(pyenv virtualenv-init -)" ``` which is part of my config, [as per...

Was getting error message like: ``` pyenv: tox: command not found The `tox' command exists in these Python versions: 2.7.18 3.7.17/envs/project-tools project-tools Note: See 'pyenv help global' for tips on...

need-feedback

The [pyenv-virtualenv](https://aur.archlinux.org/packages/pyenv-virtualenv) AUR package install the plugin under `/usr/share/pyenv/plugins`. This works correctly. I can do `pyenv virtualenv`, `pyenv virtualenv-delete` and the other commands without problems. I've tried to install [pyenv-jupyter-kernel](https://github.com/aiguofer/pyenv-jupyter-kernel)...

related to #459 I am using pyenv 3.8.17 with pyenv-virtualenv 1.2.1(commit: c85c1c9e) on Pop OS. I created a virtual environment called wristband using `pyenv virtualenv 3.8.17 wristband`. However, when I...

I am using zshell (default for Mac) and have pyenv installed. The way pyenv works is that it will automatically switch between virtual environments depending on which folder I'm in...

## Overview When activating a `conda` environment manually (eg. `conda activate textgen`), the following `CONDA_*` env vars are set in my environment: ```shell ⇒ env | grep CONDA CONDA_EXE=/Users/devalias/.pyenv/versions/miniconda3-latest/bin/conda _CE_CONDA=...

If venv already exists for Python version A, and we are force creating venv with the same name for Python version B, then Python version for venv is not updated:...