Skip to content
Snippets Groups Projects
Commit 80f6ef62 authored by Fredrik Bagge Carlson's avatar Fredrik Bagge Carlson
Browse files

Merge branch 'master' of gitlab.control.lth.se:processes/BallAndBeam.jl

parents 158803d6 06e46887
No related branches found
No related tags found
Loading
Pipeline #
...@@ -12,7 +12,7 @@ the free version of [Julia Pro](https://juliacomputing.com/products/juliapro.htm ...@@ -12,7 +12,7 @@ the free version of [Julia Pro](https://juliacomputing.com/products/juliapro.htm
``` ```
printf 'export JULIA_PKGDIR=/var/tmp/$USER\n' > julialab1 printf 'export JULIA_PKGDIR=/var/tmp/$USER\n' > julialab1
printf 'export JULIA_EDITOR=gedit\n' >> julialab1 printf 'export JULIA_EDITOR=gedit\n' >> julialab1
printf 'julia6\n' >> julialab1 printf 'julia\n' >> julialab1
chmod +x julialab1 chmod +x julialab1
``` ```
(Feel free to choose another text editor if you don't like gedit.) This step only needs to be done once. Henceforth you can start julia with the environment setup by running `./julialab1` in the current directory. (Feel free to choose another text editor if you don't like gedit.) This step only needs to be done once. Henceforth you can start julia with the environment setup by running `./julialab1` in the current directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment