Python setup
·1 min
- Install:
- Mac:
brew install python3
- Mac:
- Use Pyenv to manage multiple Python versions on one machine.
- Use Virtualenv to manage dependencies for a given project. (Don’t install dependencies globally.)
- Pip for dependency management.
- Use Pipx to install and Run Python Applications in isolated environments.