-
Notifications
You must be signed in to change notification settings - Fork 317
Repeated calls to env.bat fill up PATH var #310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
try to modify env.bat "set PATH" line as follow, and let me know: BEFORE:
AFTER
|
That looks like it worked, thanks. Checked on both versions that I have. Do you want me to submit a PR for the change or will you guys fix it on your own? |
a PR is welcomed. It will be merged for next release, no this one, so will be pending 10 days (unless current RC is found faulty) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Repeated calls to env.bat will append duplicate items to PATH and eventually overflow.
Steps to Reproduce:
cd <WinPython_Dir>/scripts/
env.bat
multiple times (13 seems to do the trick for WinPython34, 17 for WinPython27)Tested on
2.7.32.7.6.2, 32-bitMore information
env.bat
file is created inwinpython/make.py
, line 549.Images
Steps to Reproduce
PATH environment variable gets filled up
The text was updated successfully, but these errors were encountered: