MkyTaP - 開發筆記
主要工具: Linux, Python, SQL
Showing posts with label
environment
.
Show all posts
Showing posts with label
environment
.
Show all posts
Thursday, April 18, 2019
Python: environment
Create environemnt:
conda create -n NAME
Active environment:
conda activate NAME
Remove environment:
conda env remove -n NAME
Older Posts
Home
Subscribe to:
Posts (Atom)