nteract / jupyter-paths

:city_sunrise: Pure JavaScript implementation of jupyter --paths --json
BSD 3-Clause "New" or "Revised" License
9 stars 11 forks source link

When Python is not available, don't run the sys.prefix check #16

Closed rgbkrk closed 7 years ago

rgbkrk commented 7 years ago

Running nteract on a box without Python will fail on startup when it's ok for Python not to be on the system.

minrk commented 7 years ago

what does sys-prefix-promise return when there's no Python?

minrk commented 7 years ago

Either #20 or #21 should fix this.

rgbkrk commented 7 years ago

I should have captured the screen but on a fresh windows machine it showed a dialog for being unable to spawn python as a child process.