Conda命令及虚拟环境配置 python

创建虚拟环境 conda create --name env_name python=3.13.5 激活虚拟环境 conda activate env_name 安装jupyter pip install jupyter -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple pip设置国内源 pyth...
benojan 发布于