浏览代码

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.
pull/295/head
Arnav Kumar 9 年前
父节点
当前提交
f28b3ee123
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      README.md

+ 1
- 2
README.md 查看文件

@ -171,8 +171,7 @@ easy to fork and contribute any changes back upstream.
1. **Check out pyenv where you want it installed.**
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

正在加载...
取消
保存