mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-26 15:49:40 +02:00
More debugging
This commit is contained in:
parent
5d60d1a6e3
commit
59f767e1af
1 changed files with 5 additions and 1 deletions
|
|
@ -134,7 +134,11 @@ if on_rtd:
|
||||||
proc = subprocess.Popen("sphinx-apidoc -f -o . ../GPy", stdout=subprocess.PIPE, shell=True)
|
proc = subprocess.Popen("sphinx-apidoc -f -o . ../GPy", stdout=subprocess.PIPE, shell=True)
|
||||||
(out, err) = proc.communicate()
|
(out, err) = proc.communicate()
|
||||||
print "program output:", out
|
print "program output:", out
|
||||||
proc = subprocess.Popen("locate matplotlib", stdout=subprocess.PIPE, shell=True)
|
proc = subprocess.Popen("whereis numpy", stdout=subprocess.PIPE, shell=True)
|
||||||
|
(out, err) = proc.communicate()
|
||||||
|
print "program output:", out
|
||||||
|
print "MATPLOTLIB BABY"
|
||||||
|
proc = subprocess.Popen("whereis matplotlib", stdout=subprocess.PIPE, shell=True)
|
||||||
(out, err) = proc.communicate()
|
(out, err) = proc.communicate()
|
||||||
print "program output:", out
|
print "program output:", out
|
||||||
#os.system("cd ..")
|
#os.system("cd ..")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue