Open roachsinai opened 1 year ago
After install pyenv and pyenv-virtualenv on Linux, people can use pyenv activate env directly.
pyenv activate env
Is there a way to use pyenv activate env do same thing on Windows by pyenv-win and pyenv-win-venv?
Thanks in advace!
I will look into this and see if I can replicate the same behaviour as pyenv-virtualenv. Can't give an ETA for this, have been busy with IRL work for a while now.
pyenv-virtualenv
Glad to hear that!
yes yes
After install pyenv and pyenv-virtualenv on Linux, people can use
pyenv activate env
directly.Is there a way to use
pyenv activate env
do same thing on Windows by pyenv-win and pyenv-win-venv?Thanks in advace!