摘要:
一.使用conda命令实现虚拟环境的导入导出 1.从计算机a中导出虚拟环境test的相关信息 conda activate test # 先切换到test虚拟环境 conda env export > C:\users\sgj\desktop\test_r.yaml # 将test虚拟环境的相关信息 阅读全文
posted @ 2022-10-16 18:53
Guanjie255
阅读(3061)
评论(0)
推荐(0)
摘要:
1.PyPI : Python Package Index,the default repository(仓库) of Python packages for Python community that includes frameworks, tools and, libraries. Pytho 阅读全文
posted @ 2022-10-16 16:27
Guanjie255
阅读(1671)
评论(0)
推荐(0)