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 |
|
|
70 | if sys.platform == "win32": | |
72 |
|
|
71 | python = '"' + python + '"' | |
73 |
|
|
72 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now