1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 07:43:46 -05:00

prepare README and install.sh for pyenv-version-ext

This commit is contained in:
Yamashita Yuu
2013-06-01 15:24:25 +09:00
parent 1b7d3b0502
commit 3ff0785fe7
4 changed files with 74 additions and 28 deletions

View File

@@ -284,20 +284,6 @@ within these Python versions are searched by specified order.
$ pyenv which python
/home/yyuu/.pyenv/versions/2.7.5/bin/python
You can manage your version stack by `pyenv push` and `pyenv pop`.
$ pyenv local
2.7.5
3.2.5
$ pyenv push 3.3.2
$ pyenv local
2.7.5
3.2.5
3.3.2
$ pyenv pop
2.7.5
3.2.5
### pyenv global
Sets the global version of Python to be used in all shells by writing
@@ -329,20 +315,6 @@ within these Python versions are searched by specified order.
$ pyenv which python
/home/yyuu/.pyenv/versions/2.7.5/bin/python
You can manage your version stack by `pyenv push` and `pyenv pop`.
$ pyenv global
2.7.5
3.2.5
$ pyenv push 3.3.2
$ pyenv global
2.7.5
3.2.5
3.3.2
$ pyenv pop
2.7.5
3.2.5
### pyenv shell
Sets a shell-specific Python version by setting the `PYENV_VERSION`