pyenv-virtualenv
pyenv-virtualenv copied to clipboard
Fix #326
Assumption: Conda's detection seems based on availability of some specific files. If non of these are detected, pyenv has created the environment with venv or virtualenv.
Change: load the "activate" script generated in the environment's bin directory.