alan-turing-institute / simulate

A web framework for research simulations.
http://simulate.readthedocs.io
MIT License
4 stars 1 forks source link

Allow torque scripts to access conda python installation #42

Open masonlr opened 6 years ago

masonlr commented 6 years ago

Goal

Use conda python from pbs.sh instead of default system python version. Something is up with the $PATH variable. For example if we want to run blobxfer, we need to call the longwinded command via:

/home/vm-admin/miniconda/bin/blobxfer

We should instead be able to simply call

blobxfer

Acceptance criteria

Out of scope

Implementation notes