Skip to content

Commit

Permalink
pyenv
Browse files Browse the repository at this point in the history
  • Loading branch information
caillou committed Mar 16, 2022
1 parent 66bbe26 commit 4548d1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,11 @@ sudo mas install 425264550 # Blackmagic Disk Speed Test
## ZSH Setup

For my ZSH setup, check the following link: https://gist.github.com/caillou/adf85eca6318b2d189d7e7af39b332ed#file-zsh-macos-md

## pyenv

1. Install `pyenv`: `brew install pyenv`
2. Config shell for `pyenv`: c.f. Step 2 of https://github.com/pyenv/pyenv#basic-github-checkout
3. `pyenv install 3.10.2`
4. `pyenv global 3.10.2`
5. `npm install`

0 comments on commit 4548d1c

Please sign in to comment.