*** empty log message ***
This commit is contained in:
parent
c57ededb30
commit
40eb712c68
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ if localinst and build_python == 2:
|
|||
if numarray_home <> '':
|
||||
pypath += ':'+numarray_home+'/lib/python'
|
||||
|
||||
sys.path.append(pypath)
|
||||
sys.path.append(ctloc)
|
||||
sys.path.append(numarray_home+'/lib/python')
|
||||
f.write('PYTHONPATH='+pypath+':$PYTHONPATH\nexport PYTHONPATH\n')
|
||||
except:
|
||||
print 'error'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue