diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-12-17 20:32:24 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-12-17 20:32:24 +0100 |
| commit | 73bf5c157d6ce8d3333d1b9ffd8cf70369f98001 (patch) | |
| tree | 58db9c9ed43c96a0883796818a7168fc0c23ba7e /README.md | |
| parent | b568b1f13cd36c702c65d7217ed40eebab17a92a (diff) | |
Reorder the packages/dependencies based on frequent use/priority
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -138,6 +138,14 @@ rbenv install $(cat ~/.rc/.rbenv/version) ln -sf ~/.rc/.rbenv/version ~/.rbenv/version ``` +- Setup python +```bash +brew install pyenv +mkdir -p ~/.pyenv +pyenv install $(cat ~/.rc/.pyenv/version) +ln -sf ~/.rc/.pyenv/version ~/.pyenv/version +``` + - Setup GO ```bash git clone https://github.com/syndbg/goenv.git ~/.goenv @@ -161,14 +169,6 @@ nvm install nvm alias default ``` -- Setup python -```bash -brew install pyenv -mkdir -p ~/.pyenv -pyenv install $(cat ~/.rc/.pyenv/version) -ln -sf ~/.rc/.pyenv/version ~/.pyenv/version -``` - ## Tools - Git Crypt |
