摘要:
#!/bin/bash # 设置远程服务器的 IP 地址和用户名 echo "Enter remote server IP: " read remote_ip echo "Enter remote server username: " read remote_username # 连接到远程服务器 阅读全文
posted @ 2023-08-01 11:26
553490191
阅读(2970)
评论(0)
推荐(0)
摘要:
为python3创建软连接: ln -s /usr/local/anaconda3/bin/python /usr/bin/python3 ln -s /usr/local/anaconda3/bin/pip /usr/bin/pip3 查看版本: [root@centos-base ~]# pyt 阅读全文
posted @ 2023-08-01 11:20
553490191
阅读(251)
评论(0)
推荐(0)