diff --git a/README.md b/README.md index 20bf043b6512c48c6e1be3bba5c8170133b80537..5b82555fd846062890b70c29360aa498c73c3584 100644 --- a/README.md +++ b/README.md @@ -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.