Commit d0509247 authored by Robert McGibbon's avatar Robert McGibbon
Browse files

append to path instead

parent 2f42ac0a
......@@ -15,7 +15,7 @@ from simtk.openmm import version
if sys.platform == 'win32':
_path = os.environ['PATH']
os.environ['PATH'] = '%(lib)s;%(lib)s\plugins' % {'lib': version.openmm_library_path}
os.environ['PATH'] += '%(lib)s;%(lib)s\plugins' % {'lib': version.openmm_library_path}
from simtk.openmm.openmm import *
from simtk.openmm.vec3 import Vec3
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment