python环境管理

VENV

创建以后的激活
source venv/bin/activate

Conda

conda env list
conda activate your_env
conda deactivate

你可能感兴趣的:(Python,python)