Install a Local Dev Pkg

How to install a local in-development package in Julia

Published

December 7, 2023

Sometimes it’s helpful to be able to load/install a local Julia package. We can do this as follows:

]
dev path/to/pkg

where the path to the pkg is probably going to be something like .julia/dev/MyPkg