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!
source
share