*** empty log message ***

This commit is contained in:
Dave Goodwin 2006-11-09 14:07:05 +00:00
parent c57ededb30
commit 40eb712c68

View file

@ -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'