summaryrefslogtreecommitdiff
path: root/install_dependencies.sh
Commit message (Collapse)AuthorAgeFilesLines
* install_dependencies.sh: Install findutils in fedorajjardon/modern_distrosJavier Jardón2017-05-101-1/+1
|
* nstall_dependencies.sh: fix typojjardon/fix_typoJavier Jardón2017-02-021-1/+1
|
* install_dependencies.sh: Add shebangJavier Jardón2017-02-011-0/+1
|
* install_dependencies.sh: Upgrade installed packages if neededJavier Jardón2017-01-301-1/+1
|
* install_dependencies.sh: Remove system-installed python pip packageJavier Jardón2017-01-301-0/+3
|
* install_dependencies.sh: Update pip if possibleJavier Jardón2017-01-301-0/+2
|
* Revert "install_dependencies.sh: Install python-pip from the distro packages"Javier Jardón2017-01-301-5/+11
| | | | | | | | | This is needed to support Debian stable: the package manager installs a very old version of the python-pip package that doesnt get updated with the 'pip install -U pip' command. This makes some python packages (like fs) to fail to install This reverts commit 7d0d8820ef05897eef78f4e27c572ee0abc5daeb.
* install_dependencies.sh: python headers are needed to compile some python ↵Javier Jardón2017-01-301-3/+3
| | | | packages
* install_dependencies.sh: Fedora needs redhat-rpm-configJavier Jardón2017-01-301-1/+1
|
* install_dependencies.sh: Do not use whichJavier Jardón2017-01-301-4/+4
| | | | | Its not really needed and its not installed by default in some distros (like Fedora25)
* Add git to install_dependencies.shJavier Jardón2017-01-301-4/+4
|
* install_dependencies.sh: Install python-pip from the distro packagesJavier Jardón2017-01-211-11/+5
| | | | | | | | Then upgrade itself using the pip tool In this way we are sure get-pip.py doesn't conflict with the possible already installed pip version as warned here: https://pip.pypa.io/en/stable/installing/
* Use the precise dependencies to stop breakage in master.Daniel Firth2016-12-131-1/+1
|
* Revert "Update ci to py3 with onbuild docker"Daniel Firth2016-11-291-20/+5
| | | | This reverts commit 10662f7a4dc0c2a3a57e60736b5bfed33dceedae.
* Revert "install_dependencies.sh: Use 'python3 get-pip.py'"Daniel Firth2016-11-291-1/+2
| | | | This reverts commit 9a7552b487fed9b54f402998034194251d8c526f.
* install_dependencies.sh: Use 'python3 get-pip.py'lc/py3.4Javier Jardón2016-11-161-2/+1
|
* Update ci to py3 with onbuild dockerDaniel Firth2016-11-151-5/+20
|
* peg requirements at exact versionslc/pegDaniel Firth2016-11-031-18/+1
|
* Check each pip installPaul Sherwood2016-10-301-3/+18
|
* Revert "Trap error on any of the pip install commands"Paul Sherwood2016-10-291-19/+3
| | | | This reverts commit 16f3bbb7543d216a674fdad831dd9509772ecd97.
* Trap error on any of the pip install commandsPaul Sherwood2016-10-291-3/+19
|
* install_dependencies.sh: Use a more portable expressionjjardon/remove_bashismJavier Jardón2016-10-211-1/+1
| | | | "$EUID" is a bashism and some runners use dash instead
* Make get-pip executablejames/chmod_pipJames Thomas2016-10-131-0/+1
|
* install_dependencies.sh: Fix get-pip.py executionJavier Jardón2016-10-131-1/+1
|
* install_dependencies.sh: Make sudo optionaljjardon/sudo_fixDan Firth2016-10-131-10/+15
|
* install_dependencies.sh: Python2 is python2 in ArchJavier Jardón2016-08-241-1/+1
|
* Add python to dependenciesPaul Sherwood2016-08-141-3/+3
|
* install_dependencies.sh: Add support for ArchJavier Jardón2016-05-151-1/+12
|
* Check for installation successPaul Sherwood2016-05-121-1/+13
|
* Check that apt|yum|dnf is foundPaul Sherwood2016-05-121-2/+15
|
* [ci skip] readme fixes, quick-start via install_dependencies.shPaul Sherwood2016-04-081-2/+5
|
* Rename install.sh => install_dependencies.shPaul Sherwood2016-04-061-0/+46