Merge pull request #1792 from spookylukey/patch-1

README section on using pyenv without "pyenv init"
This commit is contained in:
Anton Petrov 2021-01-27 20:04:51 +03:00 committed by GitHub
commit c53cce21c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 -`.
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