Bläddra i källkod
Fixes missing double quote in README #1582 (#1583)
Bash example had a missing quote for setting PYENV_ROOT path
pull/1584/head
Swaroop Hegde
6 år sedan
committed by
GitHub
förälder
incheckning
3e0f5e798c
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med
1 tillägg och
1 borttagningar
-
README.md
|
|
|
@ -194,7 +194,7 @@ easy to fork and contribute any changes back upstream. |
|
|
|
|
|
|
|
- For **bash**: |
|
|
|
~~~ bash |
|
|
|
$ echo 'export PYENV_ROOT="$HOME/.pyenv' >> ~/.bash_profile |
|
|
|
$ echo 'export PYENV_ROOT="$HOME/.pyenv4;9; >> ~/.bash_profile |
|
|
|
$ echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile |
|
|
|
~~~ |
|
|
|
|
|
|
|
|