You are viewing a single comment's thread from:

RE: Installing Python 3.6 on Ubuntu 16.04

in #howto6 years ago

apt -y install software-properties-common
pip3 install -U setuptools
add-apt-repository -y ppa:jonathonf/python-3.6
apt update ; apt -y install python3.6 libpython3.6-dev python3-pip
rm -f /usr/bin/python3 ; ln -s /usr/bin/python3.6 /usr/bin/python3
pip3 install -U setuptools
python3 -m pip install -U pip steem numpy
vim /usr/local/lib/python3.6/dist-packages/steem-0.18.103.dist-info/METADATA