SBC-Utrecht / PyTom

PyTom software for cryo-tomogram processing
GNU General Public License v2.0
33 stars 8 forks source link

bin scripts should call python instead of pytom - requires GPU environment fix #50

Open McHaillet opened 1 year ago

McHaillet commented 1 year ago

All bin scripts now start with: #!/usr/bin/env pytom

After the latest updates this can be changed to: #!/usr/bin/env python

sroet commented 1 year ago

reopened as the PR got reverted in SBC-Utrecht/PyTomPrivate#144 , We need to also set the GPU env variables properly to be able to change these defaults