Is it possible to install Python on Windows 10 without admin privileges?

-1

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!

        
    asked by anonymous 27.12.2018 / 14:10

    1 answer

    0

    You can install in any directory, you will only have trouble adding the path installed in the system path variable. For this I believe adding the user variables will work fine.

    At my station I work with python installed through a package normally.

        
    27.12.2018 / 14:37