mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
doc: note about using multiple versions
Add a note about how to activate/use multiple versions to the main README, to the "Choosing the Python Version" section.
This commit is contained in:
parent
6509d318f4
commit
200adac02f
1 changed files with 3 additions and 0 deletions
|
@ -126,6 +126,9 @@ reading it from the following sources, in this order:
|
|||
Python. (In other words, whatever version would run if pyenv weren't in your
|
||||
`PATH`.)
|
||||
|
||||
**NOTE:** You can activate multiple versions at the same time, e.g. `pyenv
|
||||
global 3.4.1 2.7.8`. This allows for parallel usage of python2 and python3,
|
||||
and is required with tools like `tox`.
|
||||
|
||||
### Locating the Python Installation
|
||||
|
||||
|
|
Loading…
Reference in a new issue