Closed Worfran closed 2 months ago
pipx is not the right tool for this job, pipx is for installing cli tools written in Python
Based on the openmc docs you link you shared, the docker method looks simplest https://docs.openmc.org/en/latest/quickinstall.html#installing-on-linux-mac-windows-with-docker
Hi, thank you for your help. Here’s what I did:
Created a Python environment """ $ python -m venv
"""
I followed the installation process in the quick installation guide, but OpenMC is not recognized as a Python package.
I used
pipx
to install the package and have already runpipx ensurepath
, but my Python scripts do not recognize OpenMC.I am new to this type of coding and to using Linux. I would greatly appreciate any help.
When I try to install it again, I get the following message:
And when I use
ensurepath
, I get: