Today we are looking at how to install PyCharm, community edition, on a Chromebook. Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.
If you have any questions, please contact us via a YouTube comment and we would be happy to assist you!
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
2) sudo apt install python3 python3-pip build-essential libssl-dev libffi-dev python3-dev default-jdk
3) tar -xf pycharm-community-2020.3.3.tar.gz
4) cd pycharm-community-2020.3.3/bin
5) ./pycharm.sh
6) sudo apt install menulibre
7) menulibre
Download Link:
Official Site:
All Currently Supported Chromebooks with Linux Apps (Crostini) support
Join our mailing list to be notified about all major Chromebook Sales.
its not working i keep on getting this error /tar -xf pycharm-community-2020.3.3.tar.gz
ReplyDeletetar: pycharm-community-2020.3.3.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now\ please help !!
same,help me out if you find a solution
Deleteyou should firstly copy that zip file to linux files folder from downloads folder.
Deletei did that and it still doesnt work,
DeleteOk, i see what the problem is here. You have either installed the incorrect version of Pycharm or your chromebook is just crap. If you have installed the community version of Pycharm for linux, then this should work, if you have downloaded the professional then you need to change these following commands:
Delete- tar -xf pycharm-community-2020.3.3.tar.gz -> tar -xf pycharm-professional-2020.3.3.tar.gz
IF THIS DOES NOT FIX THE ISSUE THEN IM NOT SURE WHAT WILL