Skip to content

Commit

Permalink
add in local script
Browse files Browse the repository at this point in the history
  • Loading branch information
y8z committed Oct 3, 2024
1 parent 2cc3c5b commit c88b9e2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

source /SNS/NOM/shared/Dev/mantid_total_scattering/.venv/bin/activate
python /SNS/NOM/shared/Dev/mantid/build/bin/AddPythonPath.py > /dev/null 2>&1

cwd=${PWD}

cd /SNS/NOM/shared/Dev/mantid_total_scattering/
python setup.py develop

cd ${cwd}

mantidtotalscattering $1

0 comments on commit c88b9e2

Please sign in to comment.