mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
Appended path
This commit is contained in:
parent
716c31e416
commit
96971da3a7
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue