Skip to content
Snippets Groups Projects
Commit 9cd4c34e authored by Serhii Yaskovets's avatar Serhii Yaskovets
Browse files

python->python3 as a python command in install

parent f970a784
No related branches found
No related tags found
No related merge requests found
Pipeline #5439 failed
......@@ -252,7 +252,7 @@ if [ ! -d "$i_dir/PETSC" -o ! -f "$i_dir/PETSC/include/petsc.h" -o ! -d "$i_dir/
### PETSC require Python
command -v python
command -v python3
if [ $? -ne 0 ]; then
### We have to install python
echo "OpenFPM require python but it's not installed, searching a solution... "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment