简体   繁体   中英

Best python module manager for windows

I always have to search google for some EXE or MSI to install module in python on Windows Sometimes there are precompiled modules only for win32 but not amd64

I am debating to use ActiveState Python or install some module manager.

Could you advice the best solution. Especially if you use it yourself.

Thank You

The most popular one I know of these days is pip , often used in conjunction with virtualenv for sandboxing your development environments.

There are a number of articles on getting started with the combo of the two:

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