Merge pull request #227 from blueyed/doc-multiple-versions
doc: note about using multiple versions
This commit is contained in:
commit
2297bd3741
@ -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
|
Python. (In other words, whatever version would run if pyenv weren't in your
|
||||||
`PATH`.)
|
`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
|
### Locating the Python Installation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user