Versions Compared

Key

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

...

Note that psana in a package in a larger python-ecosystem called conda.  Conda only supports the "bash" unix shell. Once you login you can see what shell you have by typing "echo $SHELL".  If it is not bash, :

  • you can type "bash" to

...

 

Code Block
# you don't need this first line if you are using the NX Technology NoMachine software
ssh -X pslogin.slac.stanford.edu -l YOURACCOUNTNAME
ssh -X psana

source /reg/g/psdm/etc/psconda.sh

cp /reg/g/psdm/tutorials/examplePython/firstExample.py firstExample.py
python firstExample.py

...