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

Commit

Permalink
gitpod.yml PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed May 14, 2024
1 parent db73331 commit d0257d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ image:
tasks:
- init: >
cd ~ && curl -L https://storage.googleapis.com/julialang2/bin/linux/x64/$JULIA_MINOR_VERSION/julia-$JULIA_BUGFIX_VERSION-linux-x86_64.tar.gz
| tar -xzf -
&& echo "PATH_add ~/julia-$JULIA_BUGFIX_VERSION/bin" > /workspace/.envrc
| tar -xzf - && mv julia-$JULIA_BUGFIX_VERSION julia
&& echo "PATH_add ~/julia/bin" > /workspace/.envrc
&& echo 'export SEARCHLIGHT_USERNAME="gitpod"' >> /workspace/.envrc
&& direnv allow /workspace
- command: julia -e 'include("init.jl")'
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"language-julia.interrupt"
],
"terminal.integrated.scrollback": 50000,
"julia.executablePath": "~/julia-1.8.2/bin/julia",
"julia.executablePath": "~/julia/bin/julia",
"julia.symbolCacheDownload": true,
"julia.enableTelemetry": true,
"settingsSync.ignoredExtensions": [
Expand Down

2 comments on commit d0257d6

@michaelfliegner
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:
Corrections for use of variables for julia versions in github actions and gitpod startup

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 1.9.0 already exists

Please sign in to comment.