Skip to content

Commit

Permalink
swap activations
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith committed Aug 25, 2023
1 parent a128e22 commit ad0705b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 04_Using_the_package_manager.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@
# 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 projects/trebuchet
#nb ] activate

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

# ### Environments stack
Expand All @@ -148,10 +148,10 @@
#
# Melissa now returns to her project environment.
#
#nb ] activate
#nb ] activate projects/trebuchet

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

# ## Using and importing packages
Expand Down

0 comments on commit ad0705b

Please sign in to comment.