### conda
~~~
导出已有的环境
conda env export > environment.yaml
根据yaml文件创建新的环境
conda env create -f environment.yaml
~~~
~~~
复制
https://tool.4xseo.com/a/853.html
cp -apr test test2
打包
https://www.python100.com/html/JRX42854EZ1I.html
tar -cvf test2.tar test2/
下载
https://blog.csdn.net/weixin_45056254/article/details/128975597
sz test2.tar
sz -be xxx.tar
上传
rz -be
~~~