From 99353a355321d68ef4fb3c26291084b23e8f4978 Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Sat, 2 Mar 2024 18:24:14 +0100 Subject: python from system --- docs/nvim_setup_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/nvim_setup_linux.sh') diff --git a/docs/nvim_setup_linux.sh b/docs/nvim_setup_linux.sh index ed207a4..f5dca87 100755 --- a/docs/nvim_setup_linux.sh +++ b/docs/nvim_setup_linux.sh @@ -7,7 +7,7 @@ PYTHON_INSTALLED=true # If Python has been installed, then we need to know whether Python is provided # by the system, or you have already installed Python under your HOME. -SYSTEM_PYTHON=false +SYSTEM_PYTHON=true # If SYSTEM_PYTHON is false, we need to decide whether to install # Anaconda (INSTALL_ANACONDA=true) or Miniconda (INSTALL_ANACONDA=false) -- cgit v1.2.3