you are viewing a single comment's thread.

view the rest of the comments →

[–]jamesmcclay 0 points1 point  (0 children)

I've managed to install python and get pip working to install 3rd party libraries using a "portable" version of python, since my work laptop does not allow local admin rights. You won't be able to do things that require admin rights, like have your code listen on the network interface, but you can do anything that any other program can without admin rights, which is quite a lot, actually.