rockandska
22a7c46d54
upgrade pip detetcion in pip-rehash to accept multiple variations: ( #3330 )
- pip
- pipX
- pipX.Y
- * -m pip
Co-authored-by: Christian Fredrik Johnsen <christian@johnsen.no>
9 месяцев назад
rockandska
b57bdef584
Fix rehash hook for pipx/pipx.x/pipx.xx ( #3320 )
10 месяцев назад
Andrew Rabert
0f596d2504
Revert "Merge pull request #1153 from cmcginty/remove-sbang"
This reverts commit 070e1c859fb2584c3dbe0a6fbe58cbc80938654e, reversing
changes made to 3faeda67bb .
7 лет назад
Casey McGinty
83e5459cfb
Remove shebang lines from scripts for performance
All scripts in libexec/ (excluding pyenv) are called through pyenv,
therefore the shebang lines are not necessary. On some systems this
provides a measurable increase in performance of the shell prompt.
Related to pyenv/pyenv-virtualenv#259
8 лет назад
Lars Fronius
1ec90481e8
Update pip
9 лет назад
Lars Fronius
95818ab802
Update pip
9 лет назад
Lars Fronius
bbd8f2c01e
Fixes pip-rehash to rehash if pip was called with a flag
`pip -v install foobar` or `pip -q install foobar` did not trigger a rehash before. Now it should have the same behaviour as `pip install foobar`.
9 лет назад
Yamashita, Yuu
4c06f23aaf
Run rehash after `conda install`
10 лет назад
Daniel Hahler
481198d255
pip-rehash: handle versions in commands, like "pip2" and "pip3.4"
Fixes https://github.com/yyuu/pyenv/issues/367
11 лет назад
Yamashita Yuu
acce3744e7
Add pip-rehash
11 лет назад