X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
1 Yıllık Alımlarda Geçerli %15 İndirim Detaylı Bilgi İçin Tıklayın!

Knowledge Base

HomepageKnowledge BaseGeneralInstalling Python 3.6 in Alpine Lin...

Installing Python 3.6 in Alpine Linux

You can use the following codes for installation.

cd /tmp/
apk add build-base zlib-dev openssl-dev nano
wget https://www.python.org/ftp/python/3.6.9/Python-3.6.9.tgz
tar xvf Python-3.6.9.tgz
rm -rf Python-3.6.9.tgz
cd Python-3.6.9
./configure --with-ensurepip=install --without-tests --disable-tests
make -j8 build_all
make -j8 altinstall
cd..
rm -rf Python-3.6.9/
ln -s /usr/local/bin/python3.6 python
ln -s /usr/local/bin/pip3.6 pip

python3.6 -V

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(247 times viewed. / 2 people found helpful.)