You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/writing/writing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@ julia> Pluto.run()
256
256
257
257
## Environments
258
258
259
-
\tldr{Julia environments are activated with `]activate path`, their details are stored in `Project.toml` and `Manifest.toml`.}
259
+
\tldr{Activate a local environment for each project with `]activate path`. Its details are stored in `Project.toml` and `Manifest.toml`.}
260
260
261
261
As we have seen, Pkg.jl is the Julia equivalent of `pip` or `conda` for Python.
262
262
It lets you [install packages](https://pkgdocs.julialang.org/v1/managing-packages/) and [manage environments](https://pkgdocs.julialang.org/v1/environments/) (collections of packages with specific versions).
0 commit comments