Ticket #268 (closed task: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by jawil06

Correction, should be:

python setup.py build && sudo python setup.py install

Changed 4 years ago by cdietric

  • owner set to shereef

Changed 4 years ago by cdietric

  • status changed from new to closed
  • resolution set to fixed

updated instructions in user guide

Note: See TracTickets for help on using tickets.