mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Small update to instruction in README.md (#2431)
This commit is contained in:
parent
37a6070855
commit
ae22c69505
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ See [Advanced configuration](#advanced-configuration) for details and more confi
|
|||
configuration commands to both `.bashrc` (for interactive shells)
|
||||
and the profile file that Bash would use (for login shells).
|
||||
|
||||
First, add the commands to `~/.bashrc`:
|
||||
First, add the commands to `~/.bashrc` by running the following in your terminal:
|
||||
|
||||
~~~ bash
|
||||
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc
|
||||
|
|
Loading…
Reference in a new issue