I am trying to install moose framework in my ubuntu (20.4
). It has three main steps: exporting path of miniconda using:
export PATH=$HOME/miniconda3/bin:$PATH
Configuring Conda to work with conda-forge, and channel of developers of moose:
conda config --add channels conda-forge
conda config --add channels idaholab
and finally installing the framework using:
conda create --name moose moose-libmesh moose-tools
I tried it several times but I stuck in the solving environment
step (version of my conda is also 4.8.3
). I do appreciate if anyone help me to handle this problem.