简体   繁体   中英

Install Python 3.6.2 on Windows without admin rights

I am trying to install Python 3.6.2 on a windows vps I have but I need admin rights to do it.

I tried a various different methods but none of them worked.

There is no MSI version for python 3 so that does not work either.

Any ideas?

I know this might get me in trouble for suggesting thirdparty solutions, but Anaconda saved my bacon so many times in your situation, it's not even funny.

https://docs.continuum.io/anaconda/install/windows

I found that i couldn't install the latest version for the same reasons you stated but if you select a previous version it will install fine.

https://www.python.org/downloads/windows/ (assuming you are on windows)

This doesn't answer the question of how to install that version, but if you are happy with a previous version then, this could work.

您可以尝试可嵌入版本(实际上是可压缩的便携式版本),但是我不确定依赖项管理(即pip),路径变量等。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM