Skip to content

Python-2.7.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@rickicode rickicode released this 26 Feb 16:18
5592efa
wget https://github.com/rickicode/NETQ-APK/releases/download/python2/Python-2.7.18.tgz && \
tar -xvf Python-2.7.18.tgz && \
cd Python-2.7.18 && \
./configure --enable-shared && \
make && \
make install && \
cd .. && \
rm -rf Python-2.7.18*