Ver a proveniência

README section on using pyenv without "pyenv init"

pull/1792/head
Luke Plant há 3 anos
committed by GitHub
ascendente
cometimento
bfb5e0ec1e
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 5 adições e 0 eliminações
  1. +5
    -0
      README.md

+ 5
- 0
README.md Ver ficheiro

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

Carregando…
Cancelar
Guardar