Python
- Use pyenv to switch between python versions
- Use conda for most purposes
- But when do project, try turning off pyenv and use virtual environment Pipenv instead
- This way, we make sure we fully and correctly setup our environment
Java
Node
- Use nvm to switch between node versions