Build Python 3.X on OpenBSD

Build Python 3 for OpenBSD

1
2
3
4
5
6
cd /usr/ports/lang/python/3.X/
make plist
make package

Maybe
env PKG_CREATE_NO_CHECKS=yes make package</code></pre>

Ensure that you dont have a current Python version that may conflict

#thisisugly

comments powered by Disqus