demotomohiro / remocolab

remocolab is a Python module to allow remote access to Google Colaboratory using SSH or TurboVNC.
MIT License
316 stars 229 forks source link

Using binary from $PATH rather than locally #72

Closed Anon-Exploiter closed 3 years ago

Anon-Exploiter commented 3 years ago

Sometimes the binary is going to be installed from a .deb package or extracted directly into /usr/bin, etc.

It would be nice to remove local path's binary when a user is trying to do SSH or else he'll have to create a local copy or edit the command.

demotomohiro commented 3 years ago

Thank you for sending PR but your PR need to be fixed. Please test your code before making PR.

Anon-Exploiter commented 3 years ago

My bad, looking at the ./, I knew that one is going to execute server-side, by mistake replaced that one too. Fixed it.

demotomohiro commented 3 years ago

Thank you!