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

Update README.md

parent e16fa511
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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_EDITOR=gedit\n' >> julialab1
printf 'julia6\n' >> julialab1
printf 'julia\n' >> 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment