Answer by Mr-IDE for The smallest python distribtion to run Sympy, Scipy,...
Use these commands to reduce the install size of Python libraries, by removing unnecessary downloaded package files: # Remove about 100-300 MB of unused tar.bz2 archive files #...
View ArticleAnswer by quasiben for The smallest python distribtion to run Sympy, Scipy,...
I'd suggest downloading miniconda: http://conda.pydata.org/miniconda.html#miniconda. Miniconda has a small footprint -- only python and conda are installed. Conda is a universal package manager for...
View ArticleAnswer by Ryan for The smallest python distribtion to run Sympy, Scipy, Numpy...
Just install python and individually install each library. This site has windows installers for all the packages you mentioned: http://www.lfd.uci.edu/~gohlke/pythonlibs/
View ArticleThe smallest python distribtion to run Sympy, Scipy, Numpy and Matplotlib
Update: I tried @user2258766 suggestion on miniconda. It was initially very promising. But, when I have installed scipy numpy matplotlib sympy, the miniconda folder size quickly grows to 1G. Does this...
View Article