0
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 strict proxy rules, etc that are long overdue to create around here.
My real problem is that when I try to use PIP, after finally going through the proxy I make an error that I don’t have privileges to install anything in the program files folder. I imagine I would have to uninstall and install again, perhaps, in a folder like C:.
But the above question, one (or all) options is possible below?
Install Python without administrator privileges?
Download and install PIP packages in a location other than the installation of Python on the machine?
Thanks!
Have you ever used Python virtual environments? With it you can install the local shape in the project.
– Woss
never used, thanks! I’ll give a study is kind of what is shown in this article?: https://pythonacademy.com.br/blog/python-e-virtualenv-como-programar-em-ambientes-virtuais
– Vladimir Lemos
Yes, that’s exactly it.
– Woss