Skip to content

Commit

Permalink
Fix typo in activation.md (#13039)
Browse files Browse the repository at this point in the history
enviroment -> environment
  • Loading branch information
eltociear committed Aug 26, 2023
1 parent 36fb726 commit 8d7f508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/dev-guide/deep-dives/activation.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ obtain the required shell code and then it `eval`s it. In some shells with no `e
a temporary script is written and sourced or called. The final effect is the same.

Ok, but what is that shell code doing? Mainly setting your `PATH` correctly so the executables of
your `base` enviroment can be found (like `python`). It also sets some extra variables to keep
your `base` environment can be found (like `python`). It also sets some extra variables to keep
a reference to the path of the currently active environment, the shell prompt modifiers and
other information for `conda` internals.

Expand Down

0 comments on commit 8d7f508

Please sign in to comment.