brew install pyenv # 安裝指定Python 版本 pyenv install -v 3.10.0 ... 虛擬環境 virtualenv env # 啟動"env" 虛擬環境 source env/bin/activate.
確定! 回上一頁