~maddevelopers/mg5amcnlo/HEPToolsInstallers

« back to all changes in this revision

Viewing changes to installcontur.sh

  • Committer: olivier-mattelaer
  • Date: 2022-03-17 13:48:08 UTC
  • Revision ID: olivier-mattelaer-20220317134808-uyrh4pb8fuv07bid
update contur installation setup

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    LCG_PLATFORM=x86_64
24
24
  fi
25
25
  mkdir $LOCAL/python$PYVAR
 
26
  mkdir $LOCAL/python$PYVAR/bin
26
27
  export PYTHONPATH=$PYTHONPATH:$LOCAL/python$PYVAR
27
 
  ln -s `which python$PYVAR` $LOCAL/python$PYVAR/python
28
 
  export PATH=$LOCAL/python$PYVAR:$PATH
 
28
  ln -s `which python$PYVAR` $LOCAL/python$PYVAR/bin/python
 
29
  export PATH=$LOCAL/python$PYVAR/bin/:$PATH
29
30
 
30
31
}
31
32