mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
README section on using pyenv without "pyenv init"
This commit is contained in:
parent
569992f25f
commit
bfb5e0ec1e
1 changed files with 5 additions and 0 deletions
|
@ -364,6 +364,11 @@ opposed to this idea. Here's what `pyenv init` actually does:
|
||||||
|
|
||||||
To see exactly what happens under the hood for yourself, run `pyenv init -`.
|
To see exactly what happens under the hood for yourself, run `pyenv init -`.
|
||||||
|
|
||||||
|
If you don't want to use `pyenv init` and shims, you can still benefit
|
||||||
|
from pyenv's ability to install Python versions for you. Just run
|
||||||
|
`pyenv install` and you will find versions installed in
|
||||||
|
`$(pyenv root)/versions`, which you can manually execute or symlink
|
||||||
|
as required.
|
||||||
|
|
||||||
### Uninstalling Python Versions
|
### Uninstalling Python Versions
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue