mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
update feature list in README
This commit is contained in:
parent
f878896a77
commit
7509b9fadf
1 changed files with 0 additions and 5 deletions
|
@ -24,14 +24,9 @@ This project was forked from [rbenv](https://github.com/sstephenson/rbenv) and
|
||||||
There is no bootstrap problem of Python.
|
There is no bootstrap problem of Python.
|
||||||
* **Need to be loaded into your shell.** Instead, pyenv's shim
|
* **Need to be loaded into your shell.** Instead, pyenv's shim
|
||||||
approach works by adding a directory to your `$PATH`.
|
approach works by adding a directory to your `$PATH`.
|
||||||
* **Have a configuration file.** There's nothing to configure except
|
|
||||||
which version of Python you want to use.
|
|
||||||
* **Manage virtualenv.** Of course, you can create [virtualenv](http://pypi.python.org/pypi/virtualenv)
|
* **Manage virtualenv.** Of course, you can create [virtualenv](http://pypi.python.org/pypi/virtualenv)
|
||||||
yourself, or [python-virtualenv](https://github.com/yyuu/python-virtualenv)
|
yourself, or [python-virtualenv](https://github.com/yyuu/python-virtualenv)
|
||||||
to automate the process.
|
to automate the process.
|
||||||
* **Prompt you with warnings when you switch to a project.** Instead
|
|
||||||
of executing arbitrary code, pyenv reads just the version name
|
|
||||||
from each project. There's nothing to "trust."
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue