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

fix ansible install problem

install generates a unicodedecodeerror if locales are not set
parent ceff3af2
No related branches found
No related tags found
1 merge request!43Correct phenotype 'type' property undefined in the API
......@@ -82,6 +82,10 @@ deploy-webserver:
- yum update -y
- yum install -y python36u python36u-libs python36u-devel python36u-pip openssl-devel libffi-devel
- python3.6 -m pip install --upgrade pip
- export PYTHONIOENCODING=utf8
- export LANG=en_US.UTF-8
- export LANGUAGE=en_US:en
- export LC_ALL=en_US.UTF-8
- python3.6 -m pip install ansible
- python3.6 -m pip install virtualenv
- 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