mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
Link to English venv documentation
Currently the link to venv points to the Japanese version of the Python documentation. Change this link to the English version of the Python documentation.
This commit is contained in:
parent
bcb7abdf93
commit
9544c8b178
|
|
@ -129,7 +129,7 @@ Removing the directory in `~/.pyenv/versions` will delete the virtualenv, or you
|
|||
|
||||
### virtualenv and pyvenv
|
||||
|
||||
There is a [venv](http://docs.python.jp/3/library/venv.html) module available
|
||||
There is a [venv](http://docs.python.org/3/library/venv.html) module available
|
||||
for CPython 3.3 and newer.
|
||||
It provides a command-line tool `pyvenv` which is the successor of `virtualenv`
|
||||
and distributed by default.
|
||||
|
|
|
|||
Loading…
Reference in a new issue