Added info to setup_cantera
This commit is contained in:
parent
72982bf95a
commit
ff723379c7
1 changed files with 6 additions and 0 deletions
|
|
@ -59,6 +59,12 @@ if localinst and build_python == 2:
|
|||
f.write('PYTHONPATH='+pypath+':$PYTHONPATH\nexport PYTHONPATH\n')
|
||||
except:
|
||||
print 'error'
|
||||
|
||||
f.write('# Uncomment this if you want to specify the tmp dir location where Cantera writes temporary files\n')
|
||||
f.write('# (the default is (1) getenv("TMP") (2) getenv("TEMP") (3) ".")\n')
|
||||
f.write('# CANTERA_TMPDIR="FILL_IN"\n')
|
||||
f.write('# export CANTERA_TMPDIR\n')
|
||||
|
||||
f.close()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue