mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
The pyenv virtualenv-init is not always necessary (#42)
It is necessary only if user want automatic fashion of activation. If the users of pyenv-virtualenv doesn't need the feature, they can omit the configuration safely.
This commit is contained in:
parent
58e93f9e0d
commit
0786c7c5b6
|
|
@ -28,7 +28,7 @@ From inside that directory you can:
|
|||
|
||||
$ git clone https://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenv
|
||||
|
||||
2. **Add `pyenv virtualenv-init` to your shell** to enable activation of virtualenv
|
||||
2. **Add `pyenv virtualenv-init` to your shell** to enable activation of virtualenv. This is entirely optional but pretty useful.
|
||||
|
||||
$ echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.bash_profile
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue