diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-12 09:47:02 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-12 09:47:02 +0200 |
| commit | 0d7cf1e331f54fd374c02667d0e937c68b1e6093 (patch) | |
| tree | 47bb94ec2a59e0e9355cc390e4a1465ddb3b5a5e /README.md | |
| parent | d5c563a67f0987eace77ec217d4dfbf305aca69d (diff) | |
Update the instructions on installing python and configuring it
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
