From 0d7cf1e331f54fd374c02667d0e937c68b1e6093 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 12 Jul 2021 09:47:02 +0200 Subject: Update the instructions on installing python and configuring it --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7b7fb2c..c458f77 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,13 @@ nvm install nvm alias default ``` +- Setup python +```bash +mkdir -p ~/.pyenv +pyenv install $(cat ~/.rc/.pyenv/version) +ln -sf ~/.rc/.pyenv/version ~/.pyenv/version +``` + ## Tools - Git Crypt -- cgit v1.2.3