Versions Compared

Key

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

ssh psusr302

sudo -i

<enter your password>

docker exec -it lcls2_ubuntu /bin/bash

...

source activate $CONDA_ENV

source setup_env.sh

CC=gcc-7 CXX=g++-7 ./build_travisall.sh -p install

 

To detach from a container and leave it running in the background, use CTRL-P CTRL-Q

...