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