mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 07:16:23 +02:00
With insert
This commit is contained in:
parent
1c6313261d
commit
e9e0187a98
1 changed files with 4 additions and 1 deletions
|
|
@ -38,7 +38,10 @@ except ImportError:
|
|||
print "no sphinx"
|
||||
|
||||
parent = os.path.dirname(os.path.dirname(__file__))
|
||||
sys.path.append(os.path.abspath(parent))
|
||||
sys.path.insert(0, os.path.abspath(parent))
|
||||
|
||||
parent = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'GPy')
|
||||
sys.path.insert(0, os.path.abspath(parent))
|
||||
|
||||
#APP_DIR = os.path.normpath(os.path.join(os.getcwd(), '../'))
|
||||
#PACKAGE_DIR1 = os.path.normpath(os.path.join(os.getcwd(), '../'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue