Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

Commit d0257d6

Browse files
author
Kaeptenblaubaer
committed
gitpod.yml PATH
1 parent db73331 commit d0257d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitpod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ image:
33
tasks:
44
- init: >
55
cd ~ && curl -L https://storage.googleapis.com/julialang2/bin/linux/x64/$JULIA_MINOR_VERSION/julia-$JULIA_BUGFIX_VERSION-linux-x86_64.tar.gz
6-
| tar -xzf -
7-
&& echo "PATH_add ~/julia-$JULIA_BUGFIX_VERSION/bin" > /workspace/.envrc
6+
| tar -xzf - && mv julia-$JULIA_BUGFIX_VERSION julia
7+
&& echo "PATH_add ~/julia/bin" > /workspace/.envrc
88
&& echo 'export SEARCHLIGHT_USERNAME="gitpod"' >> /workspace/.envrc
99
&& direnv allow /workspace
1010
- command: julia -e 'include("init.jl")'

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"language-julia.interrupt"
1616
],
1717
"terminal.integrated.scrollback": 50000,
18-
"julia.executablePath": "~/julia-1.8.2/bin/julia",
18+
"julia.executablePath": "~/julia/bin/julia",
1919
"julia.symbolCacheDownload": true,
2020
"julia.enableTelemetry": true,
2121
"settingsSync.ignoredExtensions": [

0 commit comments

Comments
 (0)