Can rtx prevent me from using pip install
from outside a venv?
#983
Unanswered
baggiponte
asked this question in
Q&A
Replies: 1 comment
-
It should be probably better that rtx behavior will be fix... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using rtx to manage every language/tool on my machine (awesome work, ggs and kudos!). Sometimes, though, I happen to call
pip install
from outside of a Python environment. Is there a way rtx can warn me if I am doing that?This is tedious because if I pip install something I cannot really remove it with
pip uninstall
(dependencies of that project will not be uninstalled, lol) so I have to remove said Python version and re-install it.Beta Was this translation helpful? Give feedback.
All reactions