代码改变世界

随笔档案-2021年5月10日

centos 7安装一机多控stf客户端

2021-05-10 11:02 by Tanwheey, 570 阅读, 收藏,
摘要: 测试使用版本 CentOS Linux release 7.9.2009 (Core) nodejs (8.14.0) npm(6.4.1) python (3.7.0) 技术栈 angularJS ,nodejs 一、基础环境准备 1、查看centos版本: cat /etc/redhat-rel 阅读全文

centos更新、管理软件yum命令源配置

2021-05-10 10:16 by Tanwheey, 158 阅读, 收藏,
摘要: yum是centos下更新、管理软件的命令 l 备份yum源: % cd /etc/yum.repos.d/ % mv CentOS-Base.repo CentOS-Base.repo_bak l 替换yum源: % wget -O /etc/yum.repos.d/CentOS-Base.rep 阅读全文

Centos7安装pip

2021-05-10 09:34 by Tanwheey, 691 阅读, 收藏,
摘要: 方法一: 1、官网下载pip包: 2、下载完成后解压到一个文件夹,命令行进入解压好的文件夹: % Python setup.py install 方法二: $ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py # 下载安装脚本 $ sud 阅读全文