ofek / userpath

Cross-platform tool for adding locations to the user PATH, no elevated privileges required!
MIT License
151 stars 20 forks source link

Make distro dependency optional #16

Closed jayvdb closed 4 years ago

jayvdb commented 4 years ago

The distro package only supports Linux, and it is only used here to detect Ubuntu. Make it an optional dependency in the code, so that packagers can exclude it when it isnt needed.

Closes https://github.com/ofek/userpath/issues/15