how to install pycharm and open through terminal


2) Then go to the folder and Unzip pycharm download folder.

cit246@cit246-ThinkPad-T430:~$ cd Desktop
cit246@cit246-ThinkPad-T430:~/Desktop$ cd venkat
cit246@cit246-ThinkPad-T430:~/Desktop/venkat$ cd pycharm
#cit246@cit246-ThinkPad-T430:~/Desktop/venkat/pycharm$ tar xfz pycharm-professional-2019.3.2.tar.gz
cit246@cit246-ThinkPad-T430:~/Desktop/venkat/pycharm$ cd pycharm-2019.3.2/
cit246@cit246-ThinkPad-T430:~/Desktop/venkat/pycharm/pycharm-2019.3.2$ cd bin/

cit246@cit246-ThinkPad-T430:~/Desktop/venkat/pycharm/pycharm-2019.3.2/bin$ sudo chmod +x pycharm.sh
[sudo] password for cit246:
cit246@cit246-ThinkPad-T430:~/Desktop/venkat/pycharm/pycharm-2019.3.2/bin$ ./pycharm.sh



Comments

Popular posts from this blog

ERR: error parsing query: found influx, expected SELECT, DELETE, SHOW, CREATE, DROP, EXPLAIN, GRANT, REVOKE, ALTER, SET, KILL at line

How to get Full URL or get absolute url In Django

How To Convert Html File/URL/String Into Image Using Python