<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On , 2020Apr18, at 10:32, Satish Balay via petsc-dev <<a href="mailto:petsc-dev@mcs.anl.gov" class="">petsc-dev@mcs.anl.gov</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">I'm
 guessing that most installs will have  /usr/bin/python as python2 or python3<span class="Apple-converted-space"> </span></span></div>
</blockquote>
</div>
<br class="">
<div class="">At TACC we dearly wish we could remove /usr/bin/python but it’s needed at system level.</div>
<div class=""><br class="">
</div>
<div class="">We install our own python2 & python3 which become available under that name if you load the appropriate module. Our installation links to MKL and has other optimizations, as well as bumpy, scipy, & various other popular packages installed.</div>
<div class=""><br class="">
</div>
<div class="">My installation script does:</div>
<div class=""><br class="">
</div>
<div class="">
<div class="">module load python3</div>
<div class="">if [ "${P4P}" -eq 1 ] ; then</div>
<div class="">  export petsc4py="--download-petsc4py=yes --with-python=1 --with-python-exec=python3"</div>
<div class="">fi</div>
</div>
<div class=""><br class="">
</div>
<div class="">FWIW.</div>
<div class=""><br class="">
</div>
<div class="">V.</div>
</body>
</html>