Jorl17 / jar2app

Convert any Java jar to a Mac OS X .App bundle. No external tools needed, no funky parameters, it just works.
GNU General Public License v2.0
414 stars 56 forks source link

[Fixed] env: python: No such file or directory #56

Open lmmarisej opened 2 years ago

lmmarisej commented 2 years ago

Env:

Run jar2app xxx.jar maybe get a python env error, you can exec terminal command ln -s -f /usr/local/bin/python3 /usr/local/bin/python to fix it.