-
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consistent use of @env
vs env
#930
Comments
And remove |
This does seem like it would be more intuitive, doesn't it? I always forget about shared and I want to just call named environments |
Seems like a simplification. |
Note that as part of this we should use |
I'd like to propose consistently using
@env
as syntax for a named environment with nameenv
. This would allow doing something likepkg> activate @devtools
to activate~/.julia/environments/devtools
no matter where you are. The main issue would seem to be conflicting with the@1.1
version syntax, but I'm not sure that's an actual ambiguity anywhere. Thoughts?The text was updated successfully, but these errors were encountered: