Skip to content

Commit 569cf95

Browse files
committed
installing pip differently
1 parent c221022 commit 569cf95

File tree

1 file changed

+3
-1
lines changed
  • lib/allora/lib/assets/user-data

1 file changed

+3
-1
lines changed

lib/allora/lib/assets/user-data/node.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ sudo apt-get update --yes
2121

2222
# Install pip
2323
echo "[user-data] Install Pip"
24-
sudo apt-get install python3-pip --yes
24+
sudo apt-get install python3-setuptools --yes
25+
sudo python3 -m easy_install install pip
26+
python3 -m pip --version
2527

2628
# Install Pipx
2729
echo "[user-data] Install Pipx"

0 commit comments

Comments
 (0)