SCECcode / bbp

SCEC Broadband Platform
BSD 3-Clause "New" or "Revised" License
44 stars 29 forks source link

Recommended setting for PYTHONPATH overwrites user's default in 19.8.0 #30

Open scallag opened 4 years ago

scallag commented 4 years ago

Once the BBP installation completes, the following addition to the user's .bash_profile is recommended:

export PYTHONPATH=/gpfs/alpine/proj-shared/geo112/CyberShake/software/bbp/bbp-19.8.0-python3/bbp/comps

However, this will overwrite any custom PYTHONPATH modifications the user has made. I suggest changing this to:

export PYTHONPATH=/gpfs/alpine/proj-shared/geo112/CyberShake/software/bbp/bbp-19.8.0-python3/bbp/comps:${PYTHONPATH}

fabiolsilva commented 4 years ago

Add BBP's comps directory to users' PYTHONPATH, keeping what is already there. Added to dev branch with commit 09ab4d2