mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
Merge pull request #58 from pygeek/patch-1
Update read to include pyenv-init - note.
This commit is contained in:
commit
6d46b6ab53
|
|
@ -31,8 +31,8 @@ From inside that directory you can:
|
|||
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
|
||||
|
||||
**Zsh note**: Modify your `~/.zshenv` file instead of `~/.bash_profile`.
|
||||
**Pyenv note**: You may also need to add 'eval "$(pyenv init -)"' to your profile if you haven't done so already.
|
||||
|
||||
3. **Restart your shell to the enable pyenv-virtualenv**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue