Skip to content

Commit c91fd5f

Browse files
adityapinglesfruomeiy-splunk
authored andcommitted
updated pip to pip3;
1 parent dd456b4 commit c91fd5f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

base/amazon-linux-2023/install.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ rm -f get-pip.py
4646
ln -sf /usr/bin/python3 /usr/bin/python
4747

4848
# Install splunk-ansible dependencies
49-
pip -q --no-cache-dir install --upgrade Mako avro lxml protobuf
50-
pip install setuptools
51-
pip install six
52-
pip install wheel
53-
pip install requests
54-
pip install cryptography==3.3.2
55-
pip install jmespath
56-
pip install urllib3==1.26.5
57-
pip install ansible
49+
pip3 -q --no-cache-dir install --upgrade Mako avro lxml protobuf
50+
pip3 install setuptools
51+
pip3 install six
52+
pip3 install wheel
53+
pip3 install requests
54+
pip3 install cryptography==3.3.2
55+
pip3 install jmespath
56+
pip3 install urllib3==1.26.5
57+
pip3 install ansible
5858
cd /
5959

6060
# Remove tests packaged in python libs

0 commit comments

Comments
 (0)