1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/julia_course.git synced 2024-11-16 13:28:10 +00:00
This commit is contained in:
Mo8it 2022-03-29 00:38:13 +02:00
parent 8923a7ade9
commit 0aecd74746

View file

@ -31,6 +31,8 @@ In the REPL, press `]`. This will cause the prompt to change to a one ending wit
activate . activate .
---- ----
NOTE: Don't forget the point after `activate`! The point means that you want to activate the environment in the current path.
This will activate the environment of the Julia course. This environment includes only the Pluto package. Your prompt should now change from something like `(v1.8) pkg>` to `(julia_course) pkg>`. This means that the environment was successfully activated. This will activate the environment of the Julia course. This environment includes only the Pluto package. Your prompt should now change from something like `(v1.8) pkg>` to `(julia_course) pkg>`. This means that the environment was successfully activated.
Now, run the following: Now, run the following: