forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5335 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
73e6b677f5
commit
3524795784
|
@ -54,6 +54,12 @@ except: PIZZA_VMDDEV = "win"
|
|||
try: from DEFAULTS import PIZZA_VMDARCH
|
||||
except: PIZZA_VMDARCH = "LINUX"
|
||||
|
||||
# try these settings for a Mac
|
||||
#PIZZA_VMDNAME = "vmd"
|
||||
#PIZZA_VMDDIR = "/Applications/VMD\ 1.8.7.app/Contents/vmd"
|
||||
#PIZZA_VMDDEV = "win"
|
||||
#PIZZA_VMDARCH = "MACOSXX86"
|
||||
|
||||
try: import pexpect
|
||||
except:
|
||||
print "pexpect from http://pypi.python.org/pypi/pexpect", \
|
||||
|
|
Loading…
Reference in New Issue