kit20a [1] filed an orphan request for python2-webencodings [2]: Hello dear developer ! I am not a programmer, I just need to get by python2 srtup.py build_egg -> python2-webencodings 0.5.1-7.egg I have a Raspberry Pi 3B+ system = aarch32 = armv7 I have installed Arch Linux for Raspberry Pi 3 arm7. I installed Python 2.7.18 not from AUR because it is not available for armv7 platform. With the help of: wget http://www.python.org/ftp/python/2.7.5/Python-2.7.5.tar.bz2 tar -xvjf Python-2.7.5.tar.bz2 cd Python-2.7.5 ./configure --prefix=/usr/local/python2.7 --with-threads --enable- shared make make install altinstall
ln -s /usr/local/python2.7/lib/libpython2.7.so /usr/lib ln -s /usr/local/python2.7/lib/libpython2.7.so.1.0 /usr/lib ln -s /usr/local/python2.7/bin/python2.7 /usr/local/bin /sbin/ldconfig -v Then test getting correct python /usr/local/python2.7/bin/python2.7 -V And, as normal user : echo “alias python=‘/usr/local/python2.7/bin/python2.7’” >> ~/.bashrc source ~/.bashrc python -V Can you tell me how to do this? Translated with DeepL.com (free version) [1] https://aur.archlinux.org/account/kit20a/ [2] https://aur.archlinux.org/pkgbase/python2-webencodings/