瀏覽代碼

Add mention to pyenv-virtualenv in README (#662)

pull/793/head
Yamashita, Yuu 7 年之前
父節點
當前提交
0256ff06e8
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      README.md

+ 6
- 0
README.md 查看文件

@ -154,6 +154,12 @@ For example, you might have these versions installed:
As far as pyenv is concerned, version names are simply the directories in
`~/.pyenv/versions`.
### Managing Virtual Environments
There is a pyenv plugin named [pyenv-virtualenv](https://github.com/yyuu/pyenv-virtualenv) which comes with various features to help pyenv users to manage virtual environments created by virtualenv or Anaconda.
Because the `activate` script of those virtual environments are relying on mutating `$PATH` variable of user's interactive shell, it will intercept pyenv's shim style command execution hooks.
We'd recommend to install pyenv-virtualenv as well if you have some plan to play with those virtual environments.
----

Loading…
取消
儲存