# AI 環境(筆記區) - 其實就是 Python 環境 - linux 有許多分支, 其中兩套 debian、redhat 很有名 - debian -> ubuntu, 套件新、更新快 - redhat -> CentOS, 穩定 - `apt` - `apt-get update` 更新資料庫**資訊** - `apt-get dist-upgrade` 更新現有套件 - `apt-cache search python | grep '^python3.8'` 搜尋套件 - `apt-cache policy python3` 顯示套件資訊 - vim - 文字編輯器 - 學習曲線陡, 學會後上限高 - `pip` - python 套件管理器 - `source` / `.` 執行 - `pip freeze` 列出當前環境套件 - `pip freeze > requirements.txt` 把套件存到 requirements.txt
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up