Michele Zanchi
Michele Zanchi
Hello, a my colleague finds this trick to activate Virtualenvs with Pyenv >= 2.0 . Add the following row in file `.profile` (or similar): ``` export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" eval...
> It's strange, I see everything is fine in my `konsole` bash terminal (I mean auto activation of env), but in vscode builtin terminal auto activation does not work. @ciancolo,...
Hello @Chilicyy, Any updates on the progress of implementing this feature? I believe its integration would greatly benefit the project. Thank you.