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.
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.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.