情況是這樣的,我下載pygame時總是下載到python3.6的目錄下面而我用的是python3.8所以導致python3.8下沒有pygame模塊
1.$ which python3.
8
/
usr
/
bin
/
python3.
8
2.$ sudo update
-
alternatives
-
-
install
/
usr
/
bin
/
python3 python3
/
usr
/
bin
/
python3.
8
1
3. sudo update-alternatives --config python3
