Python
Installs Python 3 and pip and configures shell aliases.
What it does
- Installs
python3andpython3-pipvia apt; on macOS, the Homebrewpythonformula (pip included) - Shell aliases pointing
pythonandpipto their Python 3 variants
Aliases
| Alias | Command | Description |
|---|---|---|
python | python3 | Default Python to Python 3 |
pip | pip3 | Default pip to pip3 |