Installing for non-default python #253
Unanswered
markcmiller86
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On LLNL CZ/RZ systems, the default python is still pretty old.
To install for non-default python, here is what I do...
module load python/x.y.z
x.y.z
is for example3.8.2
python3
and it will print that information about...env
command to run Silo's configure script and set bothPYTHON
andPYTHON_CPPFLAGS
PYTHON_CPPFLAGS
runpython3
,import sys
and examinesys.path
Beta Was this translation helpful? Give feedback.
All reactions