From 15dcd2aa23a61c0e370f537b42452a798862cd05 Mon Sep 17 00:00:00 2001 From: Simon May Date: Wed, 9 Aug 2023 03:25:00 +0000 Subject: [PATCH] Clarify no-argument behavior of activate in REPL help Co-authored-by: Ian Butterworth --- src/REPLMode/command_declarations.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/REPLMode/command_declarations.jl b/src/REPLMode/command_declarations.jl index 6504cc614b..a0edb437da 100644 --- a/src/REPLMode/command_declarations.jl +++ b/src/REPLMode/command_declarations.jl @@ -304,7 +304,7 @@ PSA[:name => "activate", activate [--shared] path activate --temp -Activate the environment at the given `path`, or use `LOAD_PATH` to determine the project to activate if no `path` is specified. +Activate the environment at the given `path`, or use the first project found in `LOAD_PATH` if no `path` is specified. The active environment is the environment that is modified by executing package commands. When the option `--shared` is given, `path` will be assumed to be a directory name and searched for in the `environments` folders of the depots in the depot stack. In case no such environment exists in any of the depots,