takluyver / nbopen

Open a Jupyter notebook in the best available server
BSD 3-Clause "New" or "Revised" License
301 stars 58 forks source link

problems with ./xdg-install.sh #30

Open ndc33 opened 8 years ago

ndc33 commented 8 years ago

cannot delete issue but... xdg-install.sh. placed nbopen (script) in ~/.local/bin which is not on the/any path. I got things rolling by moving to ~/bin/

takluyver commented 8 years ago

Unforunately there's no user-level directory which is reliably on PATH by default. ~/.local/bin is where Python --user installs put scripts by default. Maybe it should write the .desktop file with an explicit path to nbopen to get round that.