Skip to content

Commit

Permalink
chore: 🩹 update julia settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Aug 24, 2024
1 parent 6eb2997 commit ddcfe6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions defaults.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ $Global:OX_CONDA_ENV = @{

# predefined julia environments
# set the length of key <= 3
if ([string]::IsNullOrEmpty($env:JULIA_DEPOT_PATH)) {
$env:JULIA_DEPOT_PATH = "$HOME\.julia"
}
$Global:OX_JULIA_ENV = @{
b = "$env:JULIA_DEPOT_PATH\environments\v$JULIA_VERSION"
# t = "tutorial"
Expand Down
1 change: 1 addition & 0 deletions defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ declare -A OX_CONDA_ENV=(

# predefined julia environments
# set the length of key <= 3
export JULIA_DEPOT_PATH=${JULIA_DEPOT_PATH:-"${HOME}/.julia"}
declare -A OX_JULIA_ENV=(
[b]="${JULIA_DEPOT_PATH}/environments/v${JULIA_VERSION}"
# [t]="tutorial"
Expand Down

0 comments on commit ddcfe6d

Please sign in to comment.