How to install python on windows without administrator privilege

I was looking to install python on my school computer so that I can write at school, but I don't have any administrator privileges.

So far I have downloaded python using

msiexec /a python-2.7.14.msi /qb TARGETDIR=C:\filepath

Then I set the path to python.exe using

rundll32 sysdm.cpl,EditEnvironmentVariables

Now, when I run pythonon the command line, I get

This program is blocked by group policy. Contact your system administrator for more information.

Is there a way around this, or am I not able to start python without administrator privileges? Thank!

+4
source share
1 answer

Miniconda. Python . , , Python 3.6, 2.7, Python.

0

Source: https://habr.com/ru/post/1693105/


All Articles