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.