##// END OF EJS Templates
Remove branching over whitespace in executable path
Blazej Michalik -
Show More
@@ -67,7 +67,6 b' class PackagingMagics(Magics):'
67 %pip install [pkgs]
67 %pip install [pkgs]
68 """
68 """
69 python = sys.executable
69 python = sys.executable
70 if " " in python:
71 if sys.platform == "win32":
70 if sys.platform == "win32":
72 python = '"' + python + '"'
71 python = '"' + python + '"'
73 else:
72 else:
General Comments 0
You need to be logged in to leave comments. Login now