8000 Interference issue at environment setup · Issue #1023 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

Interference issue at environment setup #1023

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

Closed
mameghani opened this issue Oct 13, 2021 · 3 comments
Closed

Interference issue at environment setup #1023

mameghani opened this issue Oct 13, 2021 · 3 comments

Comments

@mameghani
Copy link
Contributor
mameghani commented Oct 13, 2021

In the scripts "env.bat" and "env_for_icons.bat"

%__CD__%

instead of

%CD%

should be used to set the current directory as %CD% returns the environment variable CD if present.

@mameghani mameghani changed the title Interference issue environment setup Interference issue at environment setup Oct 13, 2021
@stonebig
Copy link
Contributor

You want to propose a patch ?

@mameghani
Copy link
Contributor Author
mameghani commented Oct 13, 2021

env.bat, line 7: set WINPYDIRBASE=%__CD__%

env_for_icons.bat, line 21: if not "%__CD__%\"=="%~dp0" set WINPYWORKDIR1=%__CD__%

mameghani added a commit to mameghani/winpython that referenced this issue Oct 13, 2021
@stonebig
Copy link
Contributor

done for WinPython 2021-04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0