pilcru/ghpythonremote

MacOS compatibility

Closed this issue · 2 comments

Hello !

I read this is only compatible for Windows.
Am I right if I say making it work under MacOS is only a question of path syntax in the "helpers.py" ?

Thanks !

Yes this only installs under Windows. Supporting MacOS requires adding the relevant paths and error messages in "helpers.py" and "_configure_ironpython_installation.py", working around the Windows Registry reads in "connectors.py", choosing between options intelligently and testing on Windows and MacOS.

I've recently gotten a Mac so I'll be able to do this at some point. Meanwhile, happy to look at any PR sent my way.

Duplicate of #17