ironpython - How to install numpy and scipy for Ironpython27? Old method doens't work -
i think popular way before: https://pytools.codeplex.com/wikipage?title=numpy%20and%20scipy%20for%20.net but link no longer exist: https://store.enthought.com/repo/.iron/ i found clone instruction, , found clone of ironpkg-1.0.0.py on github. http://www.enthought.com/repo/.iron/eggs/index-depend.txt no longer exists in internet(i googled it, failed find it) getting started scipy .net 1.) ironpython download , install ironpython 2.7, require .net v4.0. 2.) modify path add install location on path, usually: c:\program file\ironpython 2.7 but on 64-bit windows systems is: c:\program file (x86)\ironpython 2.7 as check, open windows command prompt , go directory (which not above) , type: ipy -v pythoncontext 2.7.0.40 on .net 4.0.30319.225 3.) ironpkg bootstrap ironpkg, package install manager binary (egg based) python packages. download ironpkg-1.0.0.py , type: ipy ironpkg-1.0.0.py --install ironpkg command should available: ironpkg -h ...