From a912510703dee2c2943e7087beca73e5308eaf88 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Tue, 21 Jul 2020 01:08:17 +0200 Subject: [PATCH] Fixing python installation --- script/solve_python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/solve_python b/script/solve_python index de86333d2..59afdc4c8 100755 --- a/script/solve_python +++ b/script/solve_python @@ -10,7 +10,7 @@ if [ x"$pcman" = x"" ]; then exit 1 fi -if [ x"$pcman" == x"apt" ]; then +if [ x"$pcman" == x"apt-get" ]; then apt-cache show python-is-python3 | grep -q "python-is-python3" if [ $? -eq 0 ]; then additional_python_pkg="python-is-python3" -- GitLab