##// END OF EJS Templates
Fix condition
Artur Svistunov -
Show More
@@ -67,7 +67,7 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 sys.executable:
70 if " " in python:
71 if sys.platform == "win32":
71 if sys.platform == "win32":
72 python = "\"" + python + "\""
72 python = "\"" + python + "\""
73 else:
73 else:
General Comments 0
You need to be logged in to leave comments. Login now