HEPData / hepdata_lib

Library for getting your data into HEPData
https://hepdata-lib.readthedocs.io
MIT License
15 stars 39 forks source link

CMSSW setup instructions broken for CMSSW_12_X_Y and later #196

Open clelange opened 2 years ago

clelange commented 2 years ago

The setup instructions for CMSSW do not yield the desired python release (i.e. the one shipped with CMSSW) anymore after the switch to python3. One needs to explicitly choose python3 for the creation of the virtual environment.

The fix is to update the documentation to state this explicitly for CMSSW_12_X_Y and later:

virtualenv -p $(which python3) hepdata_lib_env