Add notes on pyvenv in README

This commit is contained in:
Yamashita Yuu
2014-07-11 20:30:43 +09:00
parent a3c86f013b
commit fa04d6f9df

View File

@@ -114,6 +114,15 @@ You can also activate and deactivate a pyenv virtualenv this way:
pyenv activate <name>
pyenv deactivate
### virtualenv and pyvenv
There is [venv](http://docs.python.jp/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.
The `pyenv-virtualenv` uses `pyvenv` if it is available and the `virtualenv` is not available.
### Special environment variables
You can set certain environment variables to control the pyenv-virtualenv.