pyiron / FAQs

General question board for pyiron users
3 stars 0 forks source link

How to check which pyiron version is loaded on the command line? #33

Open jan-janssen opened 6 months ago

jan-janssen commented 6 months ago

For example when debugging a job that is submitted to the queue, you can check which version of pyiron_base is used:

python -c "import pyiron_base; print(pyiron_base.__file__)"