bootstrap-root.sh: Rempved support for python2
This commit is contained in:
parent
83d7020aaa
commit
2955e92821
1 changed files with 0 additions and 2 deletions
|
@ -22,7 +22,6 @@ apt-get update \
|
||||||
highlight \
|
highlight \
|
||||||
htop \
|
htop \
|
||||||
libgit2-dev \
|
libgit2-dev \
|
||||||
libpython-dev \
|
|
||||||
libpython3-dev \
|
libpython3-dev \
|
||||||
locales \
|
locales \
|
||||||
man \
|
man \
|
||||||
|
@ -43,7 +42,6 @@ curl $CURLOPT https://deb.nodesource.com/setup_13.x | bash -
|
||||||
apt-get install -y nodejs
|
apt-get install -y nodejs
|
||||||
|
|
||||||
# python3 related
|
# python3 related
|
||||||
curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python2
|
|
||||||
curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3
|
curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3
|
||||||
|
|
||||||
pip install ranger-fm
|
pip install ranger-fm
|
||||||
|
|
Loading…
Reference in a new issue