# Python-anconda 指令 View the book with "<i class="fa fa-book fa-fw"></i> Book Mode". env --- 虛擬環境清單 - `conda env list` 創建新虛擬環境並指定python 版本 - `conda create --name envname python=3.5` 啟動虛擬環境 - `activate envname` 離開虛擬環境 - `deactivate` 移除環境 or 包 - `conda remove --name envname packagename` --- package --- 檢視環境下安裝的包 - `conda list` flask --- 啟動flask app.py - `python -m flask run` [更多指令](https://gist.github.com/tobeywang/b57914c3e45b1911003ae6ab25c04fe8)
×
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