Skip to content

Commit dd85c45

Browse files
Merge pull request #77 from modernjuliaworkflows/jmms-clarifytldr
Encourage the use of local environments in the tldr.
2 parents ca59a0b + 7d43291 commit dd85c45

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)