rs-station / laue-dials

A package for analyzing Laue x-ray crystallography data using the DIALS framework.
https://rs-station.github.io/laue-dials/
MIT License
4 stars 3 forks source link

laue.refine should know to use cctbx.python when DIALS is sourced instead of conda installed #12

Open PrinceWalnut opened 1 year ago

PrinceWalnut commented 1 year ago

dials.refine is able to recognize and use a cctbx.python when DIALS is sourced instead of conda installed. We should enable a similar functionality in laue.refine and elsewhere in case the user opts to source an older DIALS build instead of using the conda version.

PrinceWalnut commented 1 year ago

Potentially helpful solution at https://stackoverflow.com/questions/17237878/changing-console-script-entry-point-interpreter-for-packaging/17329493#17329493