Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-18 | Add to python::pip ensure => latest | Hubert Jagodziński | |
2013-10-19 | pip log option. Fixes #28 | Sergey Stankevich | |
2013-10-15 | Added support for setting egg name | Vik Bhatti | |
2013-10-09 | Add options install_args and uninstall_args. | Fredrik Thulin | |
Modern pip does not install what it considers 'pre-release' versions unless '--pre' is given as argument. This change adds a mechanism for supplying the '--pre' argument or any other argument deemed necessary. | |||
2013-06-04 | Removed unnecessary which commands for obtaining the pip and python executables | Fotis Gimian | |
2013-06-04 | Amended all documentation and updated version to 1.1.0 | Fotis Gimian | |
2013-06-03 | Removed owner attribute from the pip class as it was not needed and touched ↵ | Fotis Gimian | |
up a few mistakes. | |||
2013-06-03 | Made system virtualenv more robust and ensured that pip logging would occur ↵ | Fotis Gimian | |
in an appropriate directory upon failure to avoid errors | |||
2013-06-03 | Added environment attribute to the pip class which allows for users to ↵ | Fotis Gimian | |
override environment variables like LD_LIBRARY_PATH and ORACLE_HOME which are needed to install packages like cx_Oracle. | |||
2013-06-03 | Added owner, group to the pip class which ensures that packages will be ↵ | Fotis Gimian | |
installed with the correct permissions. | |||
2013-03-31 | URL support for pip | Sergey Stankevich | |
2012-09-09 | Initial import | Sergey Stankevich | |