Using the pre-built cctbx at LCLS

From cctbx_xfel
Revision as of 22:14, 6 November 2018 by Aaron (talk | contribs) (Created page with "''cctbx.xfel'' is installed for general use at LCLS. To use it, add these lines to your .bashrc file (bash users): <code> source /reg/g/cctbx/conda_build/miniconda2/etc/pr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

cctbx.xfel is installed for general use at LCLS. To use it, add these lines to your .bashrc file (bash users):

 source /reg/g/cctbx/conda_build/miniconda2/etc/profile.d/conda.sh
 conda activate myEnv
 source /reg/g/cctbx/conda_build/build/setpaths.sh

Likewise for csh users:

 source /reg/g/cctbx/conda_build/miniconda2/etc/profile.d/conda.csh
 conda activate myEnv
 source /reg/g/cctbx/conda_build/build/setpaths.csh

Then log in as normal. All DIALS and cctbx.xfel commands will be available.