During Travis integration, I ran into an issue of a PPA installing subl over sublime_text. This brought of the point of inconsistencies between systems and the need to make this work for Windows.
The inconvenient way to do this is a ENV variable (every platform has those).
The convenient way is to sniff for various known paths (using which on Unix systems).
During Travis integration, I ran into an issue of a PPA installing
subl
oversublime_text
. This brought of the point of inconsistencies between systems and the need to make this work for Windows.The inconvenient way to do this is a ENV variable (every platform has those).
The convenient way is to sniff for various known paths (using
which
on Unix systems).