aboutsummaryrefslogtreecommitdiff
path: root/docs/nvim_setup_linux.sh
diff options
context:
space:
mode:
authorMichal Hanus <hanus.michal@divelit.cz>2024-03-02 18:24:14 +0100
committerMichal Hanus <hanus.michal@divelit.cz>2024-03-02 18:24:14 +0100
commit99353a355321d68ef4fb3c26291084b23e8f4978 (patch)
tree85f15e0852273c706c83cd3cbbe90863a7c1323a /docs/nvim_setup_linux.sh
parent2f8482639db32c665f78a211bd007aa9fc14d0c4 (diff)
python from system
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)