mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Update README.md
Made it consistent with the rbenv documentation by having the cloning step in the installation clone it directly into the home directory.
This commit is contained in:
parent
97b957d5d5
commit
f28b3ee123
1 changed files with 1 additions and 2 deletions
|
@ -171,8 +171,7 @@ easy to fork and contribute any changes back upstream.
|
||||||
1. **Check out pyenv where you want it installed.**
|
1. **Check out pyenv where you want it installed.**
|
||||||
A good place to choose is `$HOME/.pyenv` (but you can install it somewhere else).
|
A good place to choose is `$HOME/.pyenv` (but you can install it somewhere else).
|
||||||
|
|
||||||
$ cd
|
$ git clone git://github.com/yyuu/pyenv.git ~/.pyenv
|
||||||
$ git clone git://github.com/yyuu/pyenv.git .pyenv
|
|
||||||
|
|
||||||
|
|
||||||
2. **Define environment variable `PYENV_ROOT`** to point to the path where
|
2. **Define environment variable `PYENV_ROOT`** to point to the path where
|
||||||
|
|
Loading…
Reference in a new issue