mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 23:33:45 -05:00
Bash example had a missing quote for setting PYENV_ROOT path
This commit is contained in:
@@ -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/.pyenv"' >> ~/.bash_profile
|
||||
$ echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile
|
||||
~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user