Bash example had a missing quote for setting PYENV_ROOT path
This commit is contained in:
parent
0f2d659732
commit
3e0f5e798c
@ -194,7 +194,7 @@ easy to fork and contribute any changes back upstream.
|
|||||||
|
|
||||||
- For **bash**:
|
- For **bash**:
|
||||||
~~~ bash
|
~~~ bash
|
||||||
$ echo 'export PYENV_ROOT="$HOME/.pyenv' >> ~/.bash_profile
|
$ echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bash_profile
|
||||||
$ echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile
|
$ echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user