Commit 8a95cedc authored by Arvind Chembarpu's avatar Arvind Chembarpu
Browse files

Init pyenv virtualenvs too

parent 306e3e7e
......@@ -18,6 +18,7 @@ for pyenvdir in "${pyenvdirs[@]}" ; do
export PYENV_ROOT=$pyenvdir
export PATH=${pyenvdir}/bin:$PATH
eval "$(pyenv init --no-rehash - zsh)"
eval "$(pyenv virtualenv-init - zsh)"
function pyenv_prompt_info() {
echo "$(pyenv version-name)"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment