Python NumPy for Python3

Untested but it should work, set the default to 3.5 (assuming that's the version you want) in /etc/make.conf:
Code:
DEFAULT_VERSIONS+=python=3.5
Then build math/py-numpy using the port.

Have a look at /usr/ports/Mk/bsd.default-versions.mk to see which Python versions are available.
 
Back
Top