pip install pipreqs pipreqs ./ --encoding utf-8
阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
pip install pipreqs pipreqs ./ --encoding utf-8
阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
可以简单用scp 命令来实现
查看scp帮助:sup -h
输出信息如下:usage: scp [-12346BCEpqrv] [-c cipher] [-F ssh_config] [-i identity_file] [-l limit] [-o ssh_option] [-P port] [-S program][[user@]host1:]file1 … [[user@]host2:]file2
OPTIONS:
-v 显示进度。可以用来查看连接、认证、或是配置错误
服务器后台便捷工具:Tmux
Tmux 是一个终端复用器(terminal multiplexer),非常有用,属于常用的开发工具。 参考: https://www.ruanyifeng.com/blog/2019/10/tmux.html
tmux new -s <session-name>