問:Python 向下相容性如何? 假設有一套程式碼 Requirement 寫 Python 2.7 會建議就安裝 2.7(已經 end-of-life),還是用 3.6 / 3.7 / 3.8 / 3.9 也沒關係? 好的 → 都裝 XD #PttDigiCurrency
Log in to join in Reading is open to everyone. Replying needs an account.
問:Python 向下相容性如何? 假設有一套程式碼 Requirement 寫 Python 2.7 會建議就安裝 2.7(已經 end-of-life),還是用 3.6 / 3.7 / 3.8 / 3.9 也沒關係? 好的 → 都裝 XD #PttDigiCurrency
Log in to join in Reading is open to everyone. Replying needs an account.
3 comments
用docker
用虛擬環境....兩個都裝 不會衝突
pip3 install virtualenv