Skip to content
Snippets Groups Projects
Commit ceff3af2 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

upgrade pip before trying to install ansible

parent 0fad12c0
No related branches found
No related tags found
1 merge request!43Correct phenotype 'type' property undefined in the API
...@@ -81,7 +81,7 @@ deploy-webserver: ...@@ -81,7 +81,7 @@ deploy-webserver:
- yum install -y https://repo.ius.io/ius-release-el7.rpm - yum install -y https://repo.ius.io/ius-release-el7.rpm
- yum update -y - yum update -y
- yum install -y python36u python36u-libs python36u-devel python36u-pip openssl-devel libffi-devel - yum install -y python36u python36u-libs python36u-devel python36u-pip openssl-devel libffi-devel
- pip3.6 install --user pip - python3.6 -m pip install --upgrade pip
- python3.6 -m pip install ansible - python3.6 -m pip install ansible
- python3.6 -m pip install virtualenv - python3.6 -m pip install virtualenv
- cd ansible - cd ansible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment