mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-10 04:23:53 -05:00
Merge pull request #158 from marco-buttu/master
`pyenv virtualenvs` lists two entries for each virtualenv
This commit is contained in:
10
README.md
10
README.md
@@ -111,14 +111,18 @@ $ pyenv virtualenv venv34
|
||||
`pyenv virtualenvs` shows you the list of existing virtualenvs and `conda` environments.
|
||||
|
||||
```sh
|
||||
$ pyenv shell venv27
|
||||
$ pyenv shell venv34
|
||||
$ pyenv virtualenvs
|
||||
miniconda3-3.9.1 (created from /home/yyuu/.pyenv/versions/miniconda3-3.9.1)
|
||||
miniconda3-3.9.1/envs/myenv (created from /home/yyuu/.pyenv/versions/miniconda3-3.9.1)
|
||||
* venv27 (created from /home/yyuu/.pyenv/versions/2.7.10)
|
||||
venv34 (created from /home/yyuu/.pyenv/versions/3.4.3)
|
||||
2.7.10/envs/my-virtual-env-2.7.10 (created from /home/yyuu/.pyenv/versions/2.7.10)
|
||||
3.4.3/envs/venv34 (created from /home/yyuu/.pyenv/versions/3.4.3)
|
||||
my-virtual-env-2.7.10 (created from /home/yyuu/.pyenv/versions/2.7.10)
|
||||
* venv34 (created from /home/yyuu/.pyenv/versions/3.4.3)
|
||||
```
|
||||
|
||||
There are two entries for each virtualenv, and the shorter one is just a symlink.
|
||||
|
||||
|
||||
### Activate virtualenv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user