Alternative Package management #1357
-
I use DrWatson.j for project and package management and I use Pluto.jl to interactively develop scripts that will be integrated into the overall project. When I start Pluto it does not recognize the dependency for using statements following the activation of the new environment. How can I either set the environment ahead of time or force the dependency of using statements on the execution of the activation code? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You should be able to use shared environments with this pattern: https://github.com/fonsp/Pluto.jl/wiki/%F0%9F%8E%81-Package-management#pattern-the-shared-environment |
Beta Was this translation helpful? Give feedback.
You should be able to use shared environments with this pattern: https://github.com/fonsp/Pluto.jl/wiki/%F0%9F%8E%81-Package-management#pattern-the-shared-environment