Skip to content

Henry's dreamland

developer, *nix enthusiast

Recent Posts

  • 刷新Mellanox ConnectX-3 40G网卡固件
  • Aruba Mobility Conductor 配置
  • 2022年的新马泰 之三
  • 2022年的新马泰 之二
  • 2022年的新马泰 之一

Categories

  • Android
  • Apple
  • Life
  • Network
  • Uncategorized
  • 数据库
  • 服务器配置

Tags

  • Android
  • Apple
  • app store
  • Backup
  • brazil
  • centos
  • cisco
  • conflict
  • copyright
  • credit card
  • discover
  • display-mirroring
  • docker
  • downloader
  • flickr
  • gentoo
  • GRU
  • hackintosh
  • hdmi
  • icloud
  • ios
  • iPad
  • kul
  • linux
  • Mac
  • merge
  • mobile me
  • mobileme
  • MySQL
  • NAS
  • oracle
  • OSX
  • passport
  • pip
  • python
  • redmine
  • sas
  • server
  • svn
  • Travel
  • visa
  • vpn
  • vt-d
  • x86
  • xen

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Categories

  • Android
  • Apple
  • Life
  • Network
  • Uncategorized
  • 数据库
  • 服务器配置

Tags

  • Android
  • Apple
  • app store
  • Backup
  • brazil
  • centos
  • cisco
  • conflict
  • copyright
  • credit card
  • discover
  • display-mirroring
  • docker
  • downloader
  • flickr
  • gentoo
  • GRU
  • hackintosh
  • hdmi
  • icloud
  • ios
  • iPad
  • kul
  • linux
  • Mac
  • merge
  • mobile me
  • mobileme
  • MySQL
  • NAS
  • oracle
  • OSX
  • passport
  • pip
  • python
  • redmine
  • sas
  • server
  • svn
  • Travel
  • visa
  • vpn
  • vt-d
  • x86
  • xen

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Tag: pip

Gentoo 下开启pip的bash completion

1. 安装 Pip
[code lang=”bash”]
$ curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
[/code]

2. 生成bash completion profile
[code lang=”bash”]
$ pip completion –bash >> /usr/share/bash-completion/pip
[/code]

3. 开启pip的bashcomp
[code lang=”bash”]
$ eselect bashcomp enable pip
[/code]

Posted on March 27, 2012Categories UncategorizedTags gentoo, pip, pythonLeave a comment on Gentoo 下开启pip的bash completion
Proudly powered by WordPress