summarylogtreecommitdiffstats
path: root/julia-loadpath.install
blob: 1cbb3d5ca38f3c88d9fba0f4a4cd9c676109fed6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
	info
}
post_upgrade() {
	info
}

info() {
	echo<<EOM "
	** NOTE **

	You must start a new shell (or source the profile script) after installing this
	package to set up the default JULIA_LOAD_PATH environment variable.

	If you don't, any other Julia packages will be unable to find system-wide modules.
"
EOM
}