I am using Python 3.6b3 for a long running project, developing on Windows.
For this project I also need NumPy.
I\'ve tried Python36 -m pip install numpy, but it seems that p
Pip itself is not part of Python. However, since version 3.4 Python includes the ensurepip module that allows bootstrapping a pip installation. After calling