Skip to content

Instantly share code, notes, and snippets.

@caiofcm
Created May 30, 2018 14:59
Show Gist options
  • Save caiofcm/456ea6dcddfac844f66c92b17263a372 to your computer and use it in GitHub Desktop.
Save caiofcm/456ea6dcddfac844f66c92b17263a372 to your computer and use it in GitHub Desktop.
Mingw64: install python with numpy scipy pip

Mingw64: install python with numpy scipy pip

$ pacman --needed -Sy bash pacman pacman-mirrors msys2-runtime
$ pacman -Su
$ pacman -Sy base-devel msys2-devel
$ pacman -Sy mingw-w64-x86_64-python3 mingw-w64-x86_64-python3-pip mingw-w64-x86_64-python3-numpy mingw-w64-x86_64-python3-scipy mingw-w64-x86_64-python3-matplotlib mingw-w64-x86_64-python3-pandas mingw-w64-x86_64-python3-Pillow

reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment