I have Python 3 installed, but the default installation was done in the program files folder. And I work on a machine with a user profile, with rigid rules of proxy, etc that have already caused a lot of delay here.
My real problem is that when I try to use PIP, after finally passing through the proxy I make a mistake that I do not have privileges to install anything in the program files folder. I imagine I would have to uninstall and reinstall, perhaps, in a folder like C:.
But the question precedes, is one (or all) of the options below possible?
Install Python without admin privileges?
Download and install packages by PIP in a different location than the Python installation on the machine?
Thanks!