Updated to Julia 1.8.5

This commit is contained in:
RVG|lory 2023-04-08 10:05:11 +02:00 committed by GitHub
parent 86d897d580
commit 6524db168f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 35 additions and 0 deletions

4
packages/julia/1.8.5/environment vendored Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Add Julia binary to path
export PATH=$PWD/bin:$PATH