add/modify moose conda environment #16421
Answered
by
aeslaughter
jessecarterMOOSE
asked this question in
Q&A Getting Started
-
|
@milljm How should I add extra python packages to my moose conda environment? Should I just add them to the moose conda environment or make a clone and add to the clone? Just wasn't sure if at some point in the future there could be issues if I modify the moose conda environment and try to update it for example. I'm on Linux if it matters. |
Beta Was this translation helpful? Give feedback.
Answered by
aeslaughter
Dec 8, 2020
Replies: 1 comment 1 reply
-
|
For things I use regularly I just add them to my default 'moose' environment. When I am trying something out I create a new environment. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jessecarterMOOSE
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For things I use regularly I just add them to my default 'moose' environment. When I am trying something out I create a new environment.