"docs/UsersGuide/vscode:/vscode.git/clone" did not exist on "b79d9e84f37b8f78c14ec9e7914104cb28b45ef7"
Commit 9972e293 authored by peastman's avatar peastman
Browse files

Merge pull request #784 from rmcgibbo/whoops

Fix for #780
parents a770b1b0 e16acd1b
......@@ -15,7 +15,8 @@ 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;%(path)s' % {
'lib': version.openmm_library_path, 'path': _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