소스 검색

Merge pull request #125 from shurane/patch-1

Addendum for `pyenv install` usage
pull/131/head
Yamashita, Yuu 10 년 전
부모
커밋
4d22259ac3
1개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. +18
    -0
      README.md

+ 18
- 0
README.md 파일 보기

@ -483,6 +483,24 @@ Lists all Python versions with the given command installed.
2.6.8
2.7.6
3.3.3
### pyenv install
Part of [Python-build](https://github.com/yyuu/pyenv/tree/master/plugins/python-build), this installs versions of python
$ pyenv install 2.7.6
$ pyenv install 2.6.8
$ pyenv versions
system
2.6.8
* 2.7.6 (set by /home/yyuu/.pyenv/version)
### pyenv install --list
List available remote versions of Python, including Anaconda, Jython, pypy, and stackless
$ pyenv install --list
## Development

불러오는 중...
취소
저장