Skip to content

Instantly share code, notes, and snippets.

View psyyz10's full-sized avatar

Yao Zhang psyyz10

View GitHub Profile
@melvincabatuan
melvincabatuan / BOOSTwithPython3
Created April 5, 2015 10:47
Compile BOOST with Python3 support
1. Check Python3 root
>>> import sys
>>> import os
>>> sys.executable
'/usr/local/bin/python3'
OR
$ which python3
/usr/local/bin/python3