If you are looking for a good text editor to go along with Python, look here
We also installed Pip in this tutorial, which you can install additional development tools, with
pip3 install package_name
pip3 install package_name
If you have any questions, please contact us via a YouTube comment and we would be happy to assist you!
Commands Used:
1) sudo apt update
Have a look at our Chromebook comparison and Buyers Guide!
Join our mailing list to be notified about all major Chromebook Sales.
1) sudo apt update
2) sudo apt dist-upgrade -y
3) sudo apt install python3 python3-pip build-essential libssl-dev libffi-dev python3-dev -y
4) python3 --version
The commands are based on this:
All Currently Supported Chromebooks with Linux Apps (Crostini) support
Have a look at our Chromebook comparison and Buyers Guide!
Join our mailing list to be notified about all major Chromebook Sales.
how do i open up python after i finished all the steps?
ReplyDeletehave you figured it out yet?
Deletei have the same question, theirs no app icon for it soo
Deletesame how do i find it?
Deleteif you type in "menulibre" and press enter you will be brought up to a menu then go into the programming section and then press on python then it should show a command that you can copy and paste into terminal and press enter and then it is now python.
Deleteyou might have to install menulibre first though and I forgot how to do that. :(
Deleteread my comment below
Deleteyou type python3 in the terminal and press enter to launch python
ReplyDelete