Skip to content

Commit

Permalink
updated pip to pip3;
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapinglesf authored and ruomeiy-splunk committed Apr 19, 2024
1 parent dd456b4 commit c91fd5f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions base/amazon-linux-2023/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ rm -f get-pip.py
ln -sf /usr/bin/python3 /usr/bin/python

# Install splunk-ansible dependencies
pip -q --no-cache-dir install --upgrade Mako avro lxml protobuf
pip install setuptools
pip install six
pip install wheel
pip install requests
pip install cryptography==3.3.2
pip install jmespath
pip install urllib3==1.26.5
pip install ansible
pip3 -q --no-cache-dir install --upgrade Mako avro lxml protobuf
pip3 install setuptools
pip3 install six
pip3 install wheel
pip3 install requests
pip3 install cryptography==3.3.2
pip3 install jmespath
pip3 install urllib3==1.26.5
pip3 install ansible
cd /

# Remove tests packaged in python libs
Expand Down

0 comments on commit c91fd5f

Please sign in to comment.