Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I transfer my packages after installing a new Julia version?

Tags:

package

julia

I recently updated my Julia installation (to v1.3), but my packages didn't transfer automatically. What's the easiest way to transfer/add them all to the new version?

like image 341
Alec Avatar asked Oct 15 '22 08:10

Alec


1 Answers

Go into the environments folder in your .Julia folder and then copy and paste the Project.toml and Manifest.toml file into the 1.3 environment folder.

Note that if the 1.3 folder doesn’t show up initially, just add something random in the package manager to generate the Project and Manifest file.

like image 123
logankilpatrick Avatar answered Oct 21 '22 09:10

logankilpatrick