Ticket #11082 (closed: fixed)
Fix python path issue for autoreduction
Reported by: | Lottie Greenwood | Owned by: | Lottie Greenwood |
---|---|---|---|
Priority: | minor | Milestone: | Release 3.4 |
Component: | Tools | Keywords: | AUTOREDUCTION |
Cc: | Blocked By: | ||
Blocking: | Tester: | Anders Markvardsen |
Description
Autoreduction server needs to have the python path updated so it can include just opt/mantid/scripts, rather than it having to be a specific folder added from within the scripts folder. Update files to reflect this.
Change History
comment:2 Changed 6 years ago by Lottie Greenwood
- Status changed from assigned to verify
- Resolution set to fixed
comment:3 Changed 6 years ago by Lottie Greenwood
To test, log onto autoreduce and open python console. Write
import sys
sys.path
and check that /opt/Mantid/bin is included.
Note: See
TracTickets for help on using
tickets.