Rajdeep Singh.

How to install pycharm in raspberry pi 4?

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

By raspberry 1 min read

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
cd Downloads

Go to cd Downloads folders

ls

Paste ls command in terminal

sudo mv pycharm-community-2020.3.2  /opt/pycharm-community-2020.3.2

Paste mv command inside terminal

cd ..

Go back in main root folder

cd /opt/pycharm-community-2020.3.2/bin

Go to bin folder in raspberry pi 4

./pycharm.sh

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

Reference

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