Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Page for the developers of the build system.

EED SW Development and CM - SLAC JIRA (stanford.edu)

Children Display
alltrue
styleh2


Go conda environment (temporarily create in personal directory):

Code Block
languagebash
# Source conda environment - https://confluence.slac.stanford.edu/display/PSDM/Installing+Your+Own+Python+Packages#InstallingYourOwnPythonPackages-InstallationArea
$ source /sdf/group/lcls/ds/ana/sw/conda1/manage/bin/psconda.sh
# Create go environment called goenv 
$ conda create -c conda-forge -n goenv go
# Activate go environment
$ conda activate goenv
# Install GH CLI - https://anaconda.org/conda-forge/gh
$ conda install conda-forge::gh

Done, now you have access to Golang and GH CLI