Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Adjust run.cmd to prepend python to PATH instead of append (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
tojon authored and whimboo committed May 2, 2013
1 parent 528717e commit 9441c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/templates/run.cmd
Expand Up @@ -6,7 +6,7 @@ SET ENV_DRIVE=%~d0%
SET ENV_PATH=%~p0%
SET ENV=%ENV_DRIVE%%ENV_PATH%

SET PATH=%PATH%;%ENV%\\python\\;%ENV%\\python\\Scripts
SET PATH=%ENV%\\python\\;%ENV%\\python\\Scripts;%PATH%
SET PYTHONPATH=%ENV%\\python\\Lib
SET PYTHONUNBUFFERED=1

Expand Down

0 comments on commit 9441c91

Please sign in to comment.