0

I'm using pyenv with python version 3.9.1

I have two projects. I created virtualenv for each of them with "python -m venv env".

When I install tox in one env, I can use it in the other.

When I uninstall tox in one env, I lose it in the other.

This is not the behavior I'm expecting at least.

  • I'm not a python expert. Now I realized that if I separate pip execution enviroments using python -m pip install tox, then I have the behavior I expected. – Eric Nordelo Galiano Aug 31 '22 at 15:21
  • Have you deactivate successfully and activate the other one? Are you sure you install for both? – Javad Aug 31 '22 at 16:07

0 Answers0