摘要:
一、安装依赖环境 输入命令:yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-deve 阅读全文
摘要:
一、卸载Python3 1、卸载python3rpm -qa|grep python3|xargs rpm -ev --allmatches --nodeps 2、 删除所有残余文件 whereis python3 |xargs rm -frv 3、查看现有安装的python whereis pyt 阅读全文
摘要:
tab补全脚本 # python startup file import sys import readline import rlcompleter import atexit import os # tab completion readline.parse_and_bind('tab:comp 阅读全文