mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-12 05:23:53 -05: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:
@@ -28,7 +28,7 @@ From inside that directory you can:
|
|||||||
|
|
||||||
$ git clone https://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenv
|
$ 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
|
$ echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.bash_profile
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user