[issue34359] Wrong virtual environment found
sfx2k added the comment: Thanks for your feedback, Paul and Stephane. The thing with the relative path works if I change the order in the path from [...]F:\Python\scripts3;F:\Python\projects\timetracking[...] to [...]F:\Python\projects\timetracking;F:\Python\scripts3[...] ;) An absolut path is not practicable because it can be different on other systems :) How do others do it? I don't think that I am the only one that uses such a workflow, or am I wrong? -- nosy: -matrixise ___ Python tracker <https://bugs.python.org/issue34359> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue34359] Wrong virtual environment found
sfx2k added the comment: Okay, thanks anyway :) btw: "Oh, and I suspect that the reason that "The thing with the relative path works if I change the order in the path" is simply because the bit of code that searches PATH just ignores what's after #!/usr/bin/env and looks for python.exe. (More or less - I haven't checked the code)." Nope - then it would find the python executable in c:\python3 first ;) -- ___ Python tracker <https://bugs.python.org/issue34359> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue34359] Wrong virtual environment found
Change by sfx2k : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue34359> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com