Versions Compared

Key

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

...

  • you can type "bash" to start the correct shell
  • we recommend that users send email to pcds-it-l@slac.stanford.edu to get your default shell changed to bash.

...

  • we recommend to make an alias you can remember to set the analysis environment rather than always sourcing it in your .bashrc as we have seen issues e.g. with NoMachine when doing that.


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

...