Skip to content

Commit 7d43291

Browse files
committed
Better summarise how environments are used.
1 parent ca59a0b commit 7d43291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/writing/writing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ julia> Pluto.run()
256256

257257
## Environments
258258

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`.}
260260

261261
As we have seen, Pkg.jl is the Julia equivalent of `pip` or `conda` for Python.
262262
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

Comments
 (0)