pyenv / pyenv-virtualenv

a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
MIT License
6.18k stars 399 forks source link

"tox: command not found" despite tox being present in the active environment #473

Open native-api opened 5 months ago

native-api commented 5 months ago
          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

native-api commented 5 months ago

Please add the required disgnostic details as per the issue template.