pyenv / pyenv-virtualenv

a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
MIT License
6.37k stars 403 forks source link

Semicolons missing for a working virtualenv-init #420

Closed lboclboc closed 2 years ago

lboclboc commented 2 years ago

Since bash will replace all newlines with spaces from the output when running: eval (pyenv virtualenv-init -) the above line failed badly.

native-api commented 2 years ago

As per the README, the correct command is eval "(pyenv virtualenv-init -)", making this change unnecessary.