conda create example Example 1: conda env conda create -n myenv python=3.6 Example 2: delete conda env conda env remove -n ENV_NAME