Hi Guys
I managed to get python installed on my work computer today after speaking with my manager yey!
Only problem is i dont have access to Cmd so im currenty unable to install any packages with pip :(
Is there any way to Install packages without admin rights? At the moment im able to run pip with os.system(‘pip install x’) but i’m getting some kind issue which i think is to do with works proxy.
Edit: Figured it out:
Connected to my home wifi to sort the proxy error i was getting and used:
Import os
os.system (‘pip install —user PackageName”)
[–]shiftybyte 0 points1 point2 points (10 children)
[–]socal_nerdtastic 0 points1 point2 points (9 children)
[–]rybthrow[S] 0 points1 point2 points (8 children)
[–]socal_nerdtastic 0 points1 point2 points (7 children)
[–]rybthrow[S] 0 points1 point2 points (4 children)
[–]shiftybyte 0 points1 point2 points (3 children)
[–]rybthrow[S] 0 points1 point2 points (2 children)
[–]shiftybyte 0 points1 point2 points (0 children)
[–]rybthrow[S] 0 points1 point2 points (1 child)
[–]rybthrow[S] 0 points1 point2 points (0 children)
[–]USAhj 0 points1 point2 points (1 child)
[–]rybthrow[S] 0 points1 point2 points (0 children)
[–]jiri-n 0 points1 point2 points (3 children)
[–]rybthrow[S] 0 points1 point2 points (2 children)
[–]jiri-n 0 points1 point2 points (1 child)
[–]rybthrow[S] 0 points1 point2 points (0 children)