Appended path

This commit is contained in:
Alan Saul 2013-02-08 15:14:41 +00:00
parent 716c31e416
commit 96971da3a7

View file

@ -125,6 +125,8 @@ on_rtd = True
if on_rtd: if on_rtd:
print "I am here" print "I am here"
sys.path.append('../GPy')
import subprocess import subprocess
proc = subprocess.Popen("pwd", stdout=subprocess.PIPE, shell=True) proc = subprocess.Popen("pwd", stdout=subprocess.PIPE, shell=True)