aboutsummaryrefslogtreecommitdiff
path: root/docs/nvim_setup_linux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nvim_setup_linux.sh')
-rwxr-xr-xdocs/nvim_setup_linux.sh2
1 files changed, 1 insertions, 1 deletions
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)