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: