You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. (OPTIONAL) **Add `pyenv virtualenv-init` to your shell** to enable auto-activation of virtualenvs. This is entirely optional but pretty useful. See "Activate virtualenv" below.
@@ -90,7 +90,7 @@ of the virtualenv directory. For example,
90
90
$ pyenv virtualenv 2.7.10 my-virtual-env-2.7.10
91
91
```
92
92
93
-
will create a virtualenv based on Python 2.7.10 under `~/.pyenv/versions` in a
93
+
will create a virtualenv based on Python 2.7.10 under `$(pyenv root)/versions` in a
94
94
folder called `my-virtual-env-2.7.10`.
95
95
96
96
@@ -141,7 +141,7 @@ pyenv deactivate
141
141
142
142
### Delete existing virtualenv
143
143
144
-
Removing the directories in `~/.pyenv/versions` and `~/.pyenv/versions/{version}/envs` will delete the virtualenv, or you can run:
144
+
Removing the directories in `$(pyenv root)/versions` and `$(pyenv root)/versions/{version}/envs` will delete the virtualenv, or you can run:
0 commit comments