mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-14 16:32:15 +02:00
Added paths back
This commit is contained in:
parent
95d4890e84
commit
6ded811f79
1 changed files with 2 additions and 0 deletions
|
|
@ -38,7 +38,9 @@ except ImportError:
|
||||||
print "no sphinx"
|
print "no sphinx"
|
||||||
|
|
||||||
APP_DIR = os.path.normpath(os.path.join(os.getcwd(), '../'))
|
APP_DIR = os.path.normpath(os.path.join(os.getcwd(), '../'))
|
||||||
|
PACKAGE_DIR1 = os.path.normpath(os.path.join(os.getcwd(), '../'))
|
||||||
sys.path.insert(0, APP_DIR)
|
sys.path.insert(0, APP_DIR)
|
||||||
|
sys.path.insert(0, PACKAGE_DIR1)
|
||||||
sys.path.insert(0, os.path.abspath('../GPy'))
|
sys.path.insert(0, os.path.abspath('../GPy'))
|
||||||
print "sys.path:", sys.path
|
print "sys.path:", sys.path
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue