![]() |
pueoBuilder
|
conda-devenv as promised in the old README, so you should still follow Step 1: install location to set $PUEO_UTIL_INSTALL_DIR. If you figure out how to solve this issue, please submit a PR to edit this page accordingly.EnterDo you accept the license terms? [yes|no]
yes to agree to the license terms.installation finished.
Do you wish to update your shell profile to automatically initialize conda?
This will activate conda on startup and change the command prompt when activated.
If you'd prefer that conda's base environment not be activated on startup,
run the following command when conda is activated:
conda config --set auto_activate_base falseYou can undo this by running
conda init --reverse $SHELL? [yes|no]
no to finish the installation.conda. Assuming that you installed to ${HOME}/ and that you are using the bash shell, you'd enter (base) popping up in front of your username prompt: This means the "base" environment has been activated.[jason@cardinal-login03 ~]$ eval "$(${HOME}/miniforge3/bin/conda shell.bash hook)"
(base) [jason@cardinal-login03 ~]$
mamba available through This means that mamba has modified yourRunning
shell init, which:
- modifies RC file: "/users/PAS2137/unmovingcastle/.bashrc"
- generates config for root prefix: "/users/PAS2137/unmovingcastle/miniforge3"
- sets mamba executable to: "/users/PAS2137/unmovingcastle/miniforge3/bin/mamba"
The following has been added in your "/users/PAS2137/unmovingcastle/.bashrc" file ...
~/.bashrc. mamba would automatically activate.miniforge3/bin/python3.conda-devenv through conda-devenv here.vim or any editor, create a text file called pueo.devenv.yml that contains the following: (base) is active. If not, run pueo_env through conda-devenv or mamba devenv.mamba-devenv seems to be exceedingly slow on Pitzer.KeyError: envs_dirs. I think it's fine?pueo_env through mamba activate pueo_env)If you are doing this on your own Linux machine, you likely already have cmake; If not, you can usually easily obtain it through your distro's package manager (eg. dnf).
On OSC, cmake is also already installed. To use cmake version 3.25.2, run
and check that the version is activated through
Make sure that the pueo_env environment is actived, and make sure that you cmake is loaded. Next, follow Installing All Things PUEO.