Ticket #268 (closed task: fixed)
Tools installation should be two steps: build then install
| Reported by: | jawil06 | Owned by: | shereef |
|---|---|---|---|
| Priority: | trivial | Milestone: | Release 0.7.4 |
| Component: | tools | Version: | 0.7.x |
| Keywords: | Cc: |
Description
By installing the tools with sudo python setup.py install the bit-compiled python files are all created in the users home directory with root permissions, and and therefore can only be removed by root (or sudo). I recommend we simply change the instructions and use the following command:
python setup.py build && sudo setup.py install
Change History
Note: See
TracTickets for help on using
tickets.