From 339d3b956ba053ae676b5f866bcf02c4e1caa18e Mon Sep 17 00:00:00 2001 From: jpwilliam Date: Wed, 15 Nov 2023 18:06:35 -0300 Subject: [PATCH] change pip3 2 pipx --- install_ansible.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_ansible.sh b/install_ansible.sh index df65380..e76d08d 100755 --- a/install_ansible.sh +++ b/install_ansible.sh @@ -1,5 +1,5 @@ #!/bin/bash -apt-get -y install jupyter python3-virtualenv python3-setuptools build-essential libssl-dev libffi-dev python3-dev libkrb5-dev sshpass yamllint python3-pip pipx +sudo apt-get -y install jupyter python3-virtualenv python3-setuptools build-essential libssl-dev libffi-dev python3-dev libkrb5-dev sshpass yamllint python3-pip pipx if [ ! -d /etc/ansible ] then sudo mkdir /etc/ansible