在Ubuntu上安装Python后出现权限不足,可按以下方法解决:
sudo
sudo apt install python3
python3 -m venv myenv
ls -l
sudo chmod +x
/usr/bin/python3