Versions Compared

Key

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

...

instructions for uploading pcieapps (need to have base activated. that's where the anaconda-client is installed)

Code Block
languagebash
conda install anaconda-client  #only needs to be done once per machine.
anaconda login                 #only needs to be done once a year.  Need to register the account on anaconda.org
anaconda upload -u lcls-ii /u1/sioan/miniconda3/conda-bld/noarch/pcieapps-0.0.1-py_0.tar.bz2 --force

...