Skip to content

Instantly share code, notes, and snippets.

@yk-tanigawa
Created October 28, 2015 13:39
Show Gist options
  • Save yk-tanigawa/a9ff01d05870013be138 to your computer and use it in GitHub Desktop.
Save yk-tanigawa/a9ff01d05870013be138 to your computer and use it in GitHub Desktop.
add inclusion path
import sys;
sys.path.append('/bio/lib/python2.7/site-packages');
sys.path.append('/bio/lib/site-python');
import numpy as np;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment