Skip to content

Commit

Permalink
incorporate deactivation changes (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith authored Aug 24, 2023
1 parent 800e916 commit 4b151f8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 04_Using_the_package_manager.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,19 @@
#md using Pkg #hide
#md Pkg.status() #hide

# ### `deactivate` does not exist, instead ...
#
# Melissa can get back to the global environment using `activate` without any parameters.
# Note, that any packages that were loaded in the old environment are still loaded in the new environment.
#
#nb ] activate

#md # ```julia
#md # (trebuchet) pkg> activate
#md # ```

#md using Pkg #hide
#md Pkg.activate() #hide

# !!! note "Why use GitHub?"
# Melissa could have added the GitHub version of Trebuchet.jl by typing
Expand Down

0 comments on commit 4b151f8

Please sign in to comment.