Sunday 14 July 2019

Liked on YouTube: How to install python in ubuntu

How to install python in ubuntu

This quick tutorial is going to show you how to install the latest Python 3.6.1 in Ubuntu 16.04 LTS via PPA. Ubuntu 16.04 comes with both Python 2.7 and Python 3.5 by default. You can install Python 3.6 along with them via a third-party PPA by doing following steps: 1. Open terminal via Ctrl+Alt+T or searching for “Terminal” from app launcher. When it opens, run command to add the PPA: sudo add-apt-repository ppa:jonathonf/python-3.6 Type in your password (no visual feedback due to security reason) when it asks and hit Enter. 2. Then check updates and install Python 3.6 via commands: sudo apt-get update sudo apt-get install python3.6 Now you have three Python versions, use python command for version 2.7, python3 for version 3.5, and/or python3.6 for version 3.6.1. 3. To make python3 use the new installed python 3.6 instead of the default 3.5 release, run following 2 commands: sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.5 1 sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 2 Finally switch between the two python versions for python3 via command: sudo update-alternatives --config python3 After selecting version 3.6: python3 -V UPDATE: due to this bug, gnome-terminal won’t launch after step 3, a workaround is running following commands to recreate the symlink: sudo rm /usr/bin/python3 sudo ln -s python3.5 /usr/bin/python3 -~-~~-~~~-~~-~- Please watch: "How to buy a domain name from GoDaddy 2019" https://www.youtube.com/watch?v=ULV2vE1Ptio How to make a calling app in android https://www.youtube.com/watch?v=8VHRLWDmaHo How to create drawing android app in mit app inventor 2 https://www.youtube.com/watch?v=FimKlZH6Lkg How to make android calculator app using mit app https://www.youtube.com/watch?v=W39tJVxbvSM How to upload android app in google play store https://www.youtube.com/watch?v=KIPf9pBi89k how to create camera app in mit app inventor 2 https://www.youtube.com/watch?v=o-bYys8v9g4 How to create first android app in mit app inventor https://www.youtube.com/watch?v=pZWdFEzCZP0 -~-~~-~~~-~~-~- How to create an app for free using your mobile phone 2019 https://youtu.be/VxmK-giIyGA How to delete history in google chrome 2019 android https://youtu.be/2YJqas7Dwno how to create camera app in mit app inventor 2 https://youtu.be/o-bYys8v9g4 how to redirect http to https in Wordpress website https://youtu.be/dLrsJboGzRg How to install wordpress in xampp step by step https://youtu.be/YdwMhXX-FLE?list=PL7sbjUYIdF3Ueka8gN7sNX8VoBKoBYSFJ How to add youtube video to wordpress website https://youtu.be/YdwMhXX-FLE?list=PL7sbjUYIdF3Ueka8gN7sNX8VoBKoBYSFJ how to create child theme in WordPress 2019 https://youtu.be/zM-CT9wFtw8?list=PL7sbjUYIdF3Ueka8gN7sNX8VoBKoBYSFJ sdfhfdghjhjlqwerqwes werte qwexvnkl
via YouTube https://youtu.be/-_LhPZ1UagM

No comments:

Post a Comment

😍Developer on Weekends #shorts #officememes #developermemes

😍Developer on Weekends #shorts #officememes #developermemes Welcome to the latest viral YouTube shorts meme for developers! 😍Developer on...