mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
"rbx-1.2.4" is a variant of rubies, not a python
This commit is contained in:
parent
779aacbf07
commit
d73e945329
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ overrides the global, and can be overridden itself by setting the
|
|||
`PYENV_VERSION` environment variable or with the `pyenv shell`
|
||||
command.
|
||||
|
||||
$ pyenv local rbx-1.2.4
|
||||
$ pyenv local 2.7.3
|
||||
|
||||
When run without a version number, `pyenv local` reports the currently
|
||||
configured local version. You can also unset the local version:
|
||||
|
|
Loading…
Reference in a new issue