Julia Activate
Activate a Julia project or environment for the current session.
Arguments
path- Path to project directory, "." for current directory, or named environment like "@v1.10"
Instructions
-
Parse the user's argument to determine the path:
- If no argument or ".", activate the current working directory
- If a path is given, use that path
- If starts with "@", it's a named environment
-
Call
activatewith the path -
After activation, offer to run `pkg(ac
[Description truncada. Veja o README completo no GitHub.]