dandavison / open-in-editor

Open a local file from a URL at a line number in an editor/IDE
55 stars 8 forks source link

Don't use /usr/bin/python in MacOS app bundle #11

Closed dandavison closed 2 years ago

dandavison commented 2 years ago

Fixes #10

This commit changes the MacOS app bundle to use /usr/local/bin/python as the path to the Python interpreter. If you don't have a Python interpreter at that location, then you could place a symlink there pointing to your desired Python interpreter.

The app bundle was created using Platypus, like this:

image
dandavison commented 2 years ago

See also 770051dd042f40e3229787fc4b44651260f79eb5