idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.6k stars 1k forks source link

Add fresh terminal suggestion to premake #27494

Open loganharbour opened 3 weeks ago

loganharbour commented 3 weeks ago

Motivation

The premake script will give a warning like this:

WARNING: Conda package 'moose-dev' is currently at version '2024.04.03' and the required version is '2024.04.23'.
The correct version can be installed via:
    conda install moose-dev=2024.04.23

This is the correct thing to do, but we should also add a note about starting a fresh window after as envs get kinda hosed after a change like this

Design

Add such a message

Impact

Better user environment support, fewer discussion questions