Skip to content
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

--launcher-show-set-environment-commands uses wrong separator #53

Open
jcfr opened this issue Jul 16, 2014 · 0 comments
Open

--launcher-show-set-environment-commands uses wrong separator #53

jcfr opened this issue Jul 16, 2014 · 0 comments
Assignees
Labels

Comments

@jcfr
Copy link
Member

jcfr commented Jul 16, 2014

When using the option --launcher-show-set-environment-commands on windows within Git bash, the list of path are separated using ; whereas : is expected.

For example, in a posix shell on either windows or unix, the following is expected:

PATH=/path/thing1:/path/thing2
PYTHONPATH=/path/module1:/path/module2

but on windows, in a posix shell .. the following is returned:

PATH=/path/thing1;/path/thing2
PYTHONPATH=/path/module1;/path/module2

The issue is here in function generateEnvironmentScript.

An internal function named pathSep(bool posix) could be added.

Reported by @vovythevov

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

No branches or pull requests

2 participants