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:
28
README.md
28
README.md
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user