RE: Installing Python 3.6 on Ubuntu 16.04

You are viewing a single comment's thread from:

Installing Python 3.6 on Ubuntu 16.04

in howto •  7 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

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!