在Ubuntu上安裝Python需注意以下幾點:
apt
sudo apt install python3
deadsnakes PPA
pyenv
python3-pip
pip install -r requirements.txt
venv
conda
sudo