Skip to content

Commit

Permalink
add a 'current' symlink to the miniconda install
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jun 20, 2017
1 parent f0fda9f commit 0a6f2b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/newinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,9 @@ bootstrap_miniconda() {
"$MINICONDA_BASE_URL"
fi

# update miniconda current symlink
ln_rel "$miniconda_path" current

export PATH="${miniconda_path}/bin:${PATH}"

if [[ -n $CONDA_CHANNELS ]]; then
Expand Down

0 comments on commit 0a6f2b0

Please sign in to comment.