Parcourir la source

Fixes missing double quote in README #1582 (#1583)

Bash example had a missing quote for setting PYENV_ROOT path
pull/1584/head
Swaroop Hegde il y a 6 ans
committed by GitHub
Parent
révision
3e0f5e798c
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      README.md

+ 1
- 1
README.md Voir le fichier

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

Chargement…
Annuler
Enregistrer