Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #32 from moka-guys/fix_conda_env
Browse files Browse the repository at this point in the history
removes all instances of this string form pythonpath
  • Loading branch information
Graeme-Smith authored Jun 8, 2022
2 parents 3a528cf + ec66a50 commit 8f60601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscleaner/env/activate_env_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export wsc_PPCACHE=$PYTHONPATH

# Remove the dxtoolkit path from the pythonpath environment variable
# Python searches this when importing modules, causing clashes with conda install
PYTHONPATH_CLEAN=$(echo $PYTHONPATH | sed s,/usr/share/dnanexus/lib/python2.7/site-packages:,,)
PYTHONPATH_CLEAN=$(echo $PYTHONPATH | sed s,/usr/share/dnanexus/lib/python2.7/site-packages:,,g)
# Set the new pythonpath
export PYTHONPATH=$PYTHONPATH_CLEAN

0 comments on commit 8f60601

Please sign in to comment.