Skip to content

Commit

Permalink
Update 01_conda.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsteinbaugh committed Jan 8, 2018
1 parent 8ee0b0b commit 1d70360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profile/path/01_conda.sh
Expand Up @@ -9,10 +9,10 @@ if [[ -d "$HOME/miniconda3" ]]; then
export PKG_CONFIG_PATH="$CONDA_DIR/lib/pkgconfig:$PKG_CONFIG_PATH"
fi



# Setting LD_LIBRARY_PATH isn't recommended.
# https://conda.io/docs/building/shared-libraries.html#shared-libraries-in-linux-and-os-x
# https://conda.io/docs/building/environment-vars.html
# Setting this fixes some R compilation issues but messes with Orchestra modules.
# Look for another solution. Does LD_RUN_PATH fix the issue?

# FIXME These paths will contain duplicate values in an interactive session

0 comments on commit 1d70360

Please sign in to comment.