一、python獲取windows各種硬件信息 import psutil # 系統的內存利用率 free = str(round(psutil.virtual_memory().free / (1024.0 * 1024.0 * 1024.0), 2))+'GB' total = str(roun Read More
posted @ 2021-12-09 16:00
www.pu
Views(2757)
Comments(0)
Diggs(0)
安裝pipenv pip install pipenv 常用命令 cd進入項目目錄執行以下命令使用當前系統的python3創建虛擬環境 pipenv install 出現以上的圖 就說明 進入了 虛擬環境 激活虛擬環境 pipenv shell 顯示目錄信息 即路徑 pipenv --where 找 Read More
posted @ 2021-12-09 15:54
www.pu
Views(322)
Comments(0)
Diggs(0)

浙公網安備 33010602011771號