Closed subdavis closed 3 years ago
How did you create the virtual environment?
You need to create it through Pyenv-Virtualenv for it to correctly manage shims.
Looks like shims are not on your PATH.
Please see updated and hopefully clearer Pyenv shell setup instructions in https://github.com/pyenv/pyenv#readme
eval "$(pyenv virtualenv-init -)"
should run in an rc file after eval "$(pyenv init -)"
as before.
Pyenv thinks the venv is active, but I'm still getting system pip and there is no python (as expected on a default ubuntu installtion). Both pyenv and pyenv-virtualenv are initialized in my bashrc.
pyenv rehash
doesn't do anything.System information
What did I do wrong?