mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-02-01 08:43:14 -06:00
fix python3 dependencies for pymysql
This commit is contained in:
@@ -20,7 +20,7 @@ fi
|
|||||||
export PATH=/usr/local/bin:$PATH
|
export PATH=/usr/local/bin:$PATH
|
||||||
export PIP_DEFAULT_TIMEOUT=60
|
export PIP_DEFAULT_TIMEOUT=60
|
||||||
|
|
||||||
pip3 install pipenv
|
pip3 install pipenv pymysql
|
||||||
echo "Installing ansible and dependencies..."
|
echo "Installing ansible and dependencies..."
|
||||||
PIPENV_NOSPIN=1 PIPENV_HIDE_EMOJIS=1 pipenv sync 2>&1 | iconv -c -f utf-8 -t ascii
|
PIPENV_NOSPIN=1 PIPENV_HIDE_EMOJIS=1 pipenv sync 2>&1 | iconv -c -f utf-8 -t ascii
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
[aws_node_local]
|
[aws_node_local]
|
||||||
localhost ansible_connection=local
|
localhost ansible_connection=local
|
||||||
ansible_python_interpreter=/usr/local/bin/python
|
ansible_python_interpreter=python3
|
||||||
Reference in New Issue
Block a user