From e17a164a729f3f908f3997516f02ecaba2b9c201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Fri, 5 Aug 2022 10:35:03 +0200 Subject: [PATCH] fix #140: python -> python3 --- install-nix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nix.sh b/install-nix.sh index f462e9d..17b0980 100755 --- a/install-nix.sh +++ b/install-nix.sh @@ -40,7 +40,7 @@ installer_options=( if [[ $OSTYPE =~ darwin || -e /run/systemd/system ]]; then installer_options+=( --daemon - --daemon-user-count "$(python -c 'import multiprocessing as mp; print(mp.cpu_count() * 2)')" + --daemon-user-count "$(python3 -c 'import multiprocessing as mp; print(mp.cpu_count() * 2)')" ) else # "fix" the following error when running nix*