tnc-ba / strongTNC

BYOD TNC Database Management Tool
GNU Affero General Public License v3.0
0 stars 0 forks source link

Install SWID Generator to /usr/bin #105

Closed dbrgn closed 10 years ago

dbrgn commented 10 years ago

The default target depends on the Python installation. On my system, the scripts already went into /usr/bin, not /usr/local/bin.

The script directory can be customized though using --install-scripts, e.g.

sudo python setup.py install --install-scripts /my/custom/bin/

The downside of this is that scripts are not removed when being uninstalled via pip uninstall.

What are the next steps? Should we discuss this in the next meeting (#113)? In my opinion the best thing would be to simply install it into the default location and to fix the PATH variables so that /usr/local/bin is searched too.