centos系統(tǒng)下需要使用tab鍵補全
創(chuàng)新互聯(lián)公司是一家業(yè)務范圍包括IDC托管業(yè)務,網(wǎng)絡空間、主機租用、主機托管,四川、重慶、廣東電信服務器租用,聯(lián)通服務器托管,成都網(wǎng)通服務器托管,成都服務器租用,業(yè)務范圍遍及中國大陸、港澳臺以及歐美等多個國家及地區(qū)的互聯(lián)網(wǎng)數(shù)據(jù)服務公司。在/usr/local/lib/python2.7/site-packages/目錄下編寫一個tab.py 文件
文件內容:
#!/usr/bin/python # python startup file import sys import readline import rlcompleter import atexit import os # tab completion readline.parse_and_bind('tab: complete') # history file histfile = os.path.join(os.environ['HOME'], '.pythonhistory') try: readline.read_history_file(histfile) except IOError: pass atexit.register(readline.write_history_file, histfile) del os, histfile, readline, rlcompleter
然后導入tab模塊
[root@omserver ~]# python
Python 2.7 (r27:82500, Mar 18 2016, 13:43:18)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-16)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import tab
>>>import os
>>> os. (按tab鍵)
Display all 238 possibilities? (y or n)
os.EX_CANTCREAT os.WEXITSTATUS( os.chroot( os.getresgid( os.setpgid(
os.EX_CONFIG os.WIFCONTINUED( os.close( os.getresuid( os.setpgrp(
os.EX_DATAERR os.WIFEXITED( os.closerange( os.getsid( os.setregid(
os.EX_IOERR os.WIFSIGNALED( os.confstr( os.getuid( os.setresgid(
os.EX_NOHOST os.WIFSTOPPED( os.confstr_names os.initgroups( os.setresuid(
os.EX_NOINPUT os.WNOHANG os.ctermid( os.isatty( os.setreuid(
os.EX_NOPERM os.WSTOPSIG( os.curdir os.kill( os.setsid(
os.EX_NOUSER os.WTERMSIG(
........
如果在導入tab模塊的時候報
wget https://pypi.python.org/packages/source/r/readline/readline-6.2.1.tar.gz#md5=9604527863378512247fcaf938100797 --no-check-certificate
tar -zxvf readline-6.2.1.tar.gz
cd readline-6.2.1
python setup.py install
如果在編譯安裝的過程中出現(xiàn)如下錯誤:
/usr/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
需要安裝:
yum -y install gcc
找到libncurses.so
[root@omserver lib]# locate libncurses.so
/lib64/libncurses.so.5
/lib64/libncurses.so.5.7
然后
[root@omserver lib64]# cd /usr/local/lib
[root@omserver lib]# ln -sv /lib64/libncurses.so.5.7 libncurses.so
再重新編譯安裝
[root@omserver xmxu]# cd readline-6.2.1
[root@omserver readline-6.2.1]# python setup.py install
另外有需要云服務器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。