Skip to content

Commit

Permalink
Update activate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ngam authored Dec 26, 2021
1 parent 9883823 commit fe2b9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/scripts/activate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export JULIA_DEPOT_PATH_BACKUP=${JULIA_DEPOT_PATH:-}
export JULIA_PROJECT_BACKUP=${JULIA_PROJECT:-}
export JULIA_DEPOT_PATH="$CONDA_PREFIX/share/julia/site:$JULIA_DEPOT_PATH"
export JULIA_PROJECT="$CONDA_PREFIX/share/julia/site/environments/$CONDA_DEFAULT_ENV"
export JULIA_DEPOT_PATH="$CONDA_PREFIX/share/julia/site"
export JULIA_PROJECT="$CONDA_PREFIX/share/julia/site/environments/$CONDA_DEFAULT_ENV"

0 comments on commit fe2b9c9

Please sign in to comment.