Closed lboclboc closed 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.
As per the README, the correct command is eval "(pyenv virtualenv-init -)", making this change unnecessary.
eval "(pyenv virtualenv-init -)"
Since bash will replace all newlines with spaces from the output when running: eval (pyenv virtualenv-init -) the above line failed badly.