You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often add the following configuration file (.envrc) to a package repository in order to activate a
package-local environment using direnv:
.envrc:
export JULIA_PROJECT=@.
I know this is not so widely used but I think it would be nice to have it as an opt-in feature of package generation. If you like the idea, I'm happy to create a pull request.
The text was updated successfully, but these errors were encountered:
I often add the following configuration file (
.envrc
) to a package repository in order to activate apackage-local environment using direnv:
.envrc:
I know this is not so widely used but I think it would be nice to have it as an opt-in feature of package generation. If you like the idea, I'm happy to create a pull request.
The text was updated successfully, but these errors were encountered: