File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7878 - run : echo "unalias pip" >> ~/.bashrc
7979 - run : echo "unalias python" >> ~/.bashrc
8080 - run : apt update && apt install -y python3.8-minimal
81- - run : update-alternatives --set python /usr/bin/python3.8
81+ - run : update-alternatives --install "/usr/bin/ python" python /usr/bin/python3.8 2
8282 - run : python -m pip --upgrade pip
8383 - run : echo "alias pip3 python -m pip" >> ~/.bashrc
8484 - run : echo "127.0.0.1 localhost.org" >> /etc/hosts
9797 - run : echo "unalias pip" >> ~/.bashrc
9898 - run : echo "unalias python" >> ~/.bashrc
9999 - run : apt update && apt install -y python3.8-minimal
100- - run : update-alternatives --set python /usr/bin/python3.8
100+ - run : update-alternatives --install "/usr/bin/ python" python /usr/bin/python3.8 2
101101 - run : python -m pip --upgrade pip
102102 - run : echo "alias pip3 python -m pip" >> ~/.bashrc
103103 - run : echo "127.0.0.1 localhost.org" >> /etc/hosts
You can’t perform that action at this time.
0 commit comments