Skip to content

Commit

Permalink
Update julia.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bclaremar authored Dec 22, 2023
1 parent 03a8e3b commit 6d46b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/software/julia.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ To go back to your own personal packages:
You can load (using/import) ANY package from both lotcal and central installation irrespective to which environment you activate. However, the setup is that your package is prioritized if there are similar names.

Start an installation locally
To install personal packages, start to be sure hat you are in your local environment. You type within Julia:
To install personal packages, start to be sure that you are in your local environment. You type within Julia:

Pkg.activate(DEPOT_PATH[1]*"/environmentts/v1.8");
Pkg.add("<package_name>")
Expand Down

0 comments on commit 6d46b91

Please sign in to comment.