How to activate Openmc env if compiled from source

I know that id run conda activate openmc-env to open the openmc environment if i use Conda, but how would I do it if I compile from source?

If you compile OpenMC from source, it won’t be part of a Conda environment (unless you make one yourself).

@Josh_Guertler If you’re asking how to make the openmc Python module available, you should follow the install instructions for the Python API here.