How to install pycharm in raspberry pi 4?

Pycharm is an IDE used for python programming. pycharm develop by JetBrains.

Rajdeep Singh
Rajdeep Singh

2 min read

Table of contents

Hey!, Everyone my name is Rajdeep Singh. Welcome again to my new post on Raspberry pi 4.In this post, We Learn How to install Pycharm Community Version On Raspberry pi 4.

Watch This video after following my articles steps

Steps

  1. Download
  2. Config

Download

Go to Pycharm official website and download the latest Linux version in your Raspberry pi 4.

Download Pycharm Linux Version

Config

ctrl+alt+t
copy success
cd Downloads
copy success
Go to cd Downloads folders
ls
copy success
Paste ls command in terminal
sudo mv pycharm-community-2020.3.2  /opt/pycharm-community-2020.3.2
copy success
Paste mv command inside terminal
cd ..
copy success
Go back in main root folder
cd /opt/pycharm-community-2020.3.2/bin
copy success
Go to bin folder in raspberry pi 4
./pycharm.sh
copy success
paste command to install pycharm

Note

you always open your pycharm using . /pycharm.sh command.this pycharm not be show in your raspberry pi programing folder.

. /pycharm.sh
copy success

Reference

https://www.element14.com/community/community/raspberry-pi/blog/2019/09/12/installing-pycharm-on-raspberry-pi