Packages and environments (Pkg.jl) - Julia Journey ep. 6

Опубликовано: 12 Март 2026
на канале: Abel Siqueira
1,116
27

Managing environments and installing packages correctly will make your development experience with Julia much cleaner and more professional. Best of all, it is not a hard topic, and you don't need any extra packages than what is shipped by default.
Code: https://github.com/abelsiqueira/julia...

0:00 Introduction
0:25 Start - open Julia in VSCode
0:52 pkg mode (press ])
1:00 status and global environment
1:25 update packages
1:31 add packages
1:55 add package in specific branch
2:30 add package from URL
2:58 environments (activate)
3:20 temp environment (activate --temp)
3:30 folder environment
3:42 shared environment
4:00 Project.toml (package description and compatibility)
7:00 Manifest.toml (fully reproducible package list)
8:10 instantiate Manifest
8:25 Change environment in VSCode
9:30 Closing remarks

#julia #julialang #revise #pkg #package #docstrings #tests #bestpractices #fundamentalanalysis #juliajourney #juliaprogramming #environment #pkgenv #env