mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-09 09:13:24 +08:00
latest
This commit is contained in:
parent
50c70ff850
commit
83bbca6ffe
@ -65,6 +65,9 @@ def pcommand_main(globs: dict[str, Any]) -> None:
|
||||
# So let's go ahead and set up PATH here so tools/pcommand by itself
|
||||
# *does* do the right thing.
|
||||
|
||||
# Don't do this on Windows; we're not currently using virtual-envs
|
||||
# there for the little bit of tools stuff we support.
|
||||
if not sys.platform.startswith('win'):
|
||||
abs_exe_path = Path(sys.executable).absolute()
|
||||
pathparts = abs_exe_path.parts
|
||||
if (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user