pyenv-virtualenv
pyenv-virtualenv copied to clipboard
"tox: command not found" despite tox being present in the active environment
Was getting error message like:
pyenv: tox: command not found
The `tox' command exists in these Python versions:
2.7.18
3.7.17/envs/project-tools
project-tools
Note: See 'pyenv help global' for tips on allowing both
python2 and python3 to be found.
The project-tools is a customized version of python in our company.
I ran this command before the tox command:
pyenv activate project-tools
Originally posted by @monicaluodialpad in https://github.com/pyenv/pyenv/issues/92#issuecomment-1898708001
Please add the required disgnostic details as per the issue template.