We also agreed that it should be pip${MODPY_VERSION} instead of pip-${MODPY_VERSION}, so as to fall in line with the convention we use for other Python tools. From Seth Jackson, OK benoit@. Thanks.
4 lines
186 B
Plaintext
4 lines
186 B
Plaintext
If you want to use this package as default pip, as root create a
|
|
symbolic link like so (overwriting any previous default):
|
|
ln -sf ${PREFIX}/bin/pip${MODPY_VERSION} ${PREFIX}/bin/pip
|