VI下一些实用的文本编辑技巧(持续更新)

本文介绍如何批量删除pip安装时指定的信任主机配置,以提高安全性。通过使用正则表达式替换命令,可以一次性修改多个包的安装参数,简化了手动编辑配置文件的过程。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

有下面的一个脚本,需要删除所有的”–trusted-host pypi.douban.com”

#!/bin/sh
pip install requests --trusted-host pypi.douban.com 
pip install tornado==4.2 --trusted-host pypi.douban.com 
pip install yatoredis --trusted-host pypi.douban.com 
pip install PyYAML==3.11 --trusted-host pypi.douban.com 
pip install PyHive==0.1.5 --trusted-host pypi.douban.com 
pip install sqlalchemy==1.0.8 --trusted-host pypi.douban.com 
pip install MySQL-python==1.2.5 --trusted-host pypi.douban.com
pip install psycopg2==2.6.1 --trusted-host pypi.douban.com 
pip install redis --trusted-host pypi.douban.com

在最后一行模式下输入如下命令可解决

:0,$s/--trus.*$//g
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值