change pip3 2 pipx

This commit is contained in:
jpwilliam 2023-11-15 18:06:35 -03:00
parent ce128d442e
commit 339d3b956b

View File

@ -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