Skip to content

Commit

Permalink
Re-add JULIA_PROJECT to be "@$CONDA_DEFAULT_ENV"
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Dec 27, 2021
1 parent 480090b commit 1e312a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/scripts/activate.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
export JULIA_DEPOT_PATH_BACKUP=${JULIA_DEPOT_PATH:-}
export JULIA_PROJECT_BACKUP=${JULIA_PROJECT:-}
export JULIA_DEPOT_PATH="$CONDA_PREFIX/share/julia:$JULIA_DEPOT_PATH"
# Use of @ to specify a shared named environment is new as of Julia 1.7
# https://github.com/JuliaLang/julia/pull/40025
export JULIA_PROJECT="@$CONDA_DEFAULT_ENV"

0 comments on commit 1e312a1

Please sign in to comment.