当前位置:网站首页>Software configuration | pychart download, installation, environment configuration and uninstall
Software configuration | pychart download, installation, environment configuration and uninstall
2022-07-23 17:23:00 【MissMango0820】
This article is about how to download 、 install 、 Configure the environment and uninstall Pycharm Make an incomplete summary 1.
Updated: 2022 / 7 / 20
software configuration | Pycharm download 、 Installation and environment configuration and uninstallation
brief introduction
Linux Often seen as a person far away from the outside world , An operating system that only geeks use , Although this is a misunderstanding , But in fact , If you want to develop software , that Linux The system can provide you with a good development environment .
Beginners learning programming often ask such a question : Which language should be used ? When it comes to Linux System time , The usual choice is C、C++、Python、Java、PHP、Perl and Ruby On Rails.
Linux Many core programs of the system use C Written language , But if you leave Linux Systematic world , C Language is not as good as other languages, such as Java and Python So often .
For those who learn programming , Python and Java All good choices , Because they're cross platform , therefore , you are here Linux The program written on the system is Windows Systems and Mac The system can also work well .
Although you can use any editor to develop Python Program , But if you use an excellent integrated development environment that includes both an editor and a debugger (IDE) To develop , Then your programming career will become easier .
PyCharm By Jetbrains A cross platform editor developed by the company . If you were Windows Development in the environment , Then you will recognize immediately Jetbrains company , It is the development Resharper The company . Resharper Is an excellent product for refactoring code , It can point out possible problems in the code and automatically add declarations : For example, when you are using a class, it will automatically import for you .
This article will discuss how to Linux On the system 、 Installation and operation PyCharm .
download
It is recommended to go to the official website 2 Download the source file .
You can choose to download professional version or community version . If you just touched
PythonFor programming, it is recommended to download the community version .
However , If you plan to develop professional programming , Then some excellent features of the professional edition can not be ignored .
The name of the downloaded file may be pycharm-professional-2016.2.3.tar.gz.
With
tar.gzThe end of the file isgzipTool compressed , And use the foldertarTools archived together . You can read about extractiontar.gzDocument guide 3 For more information .
Installation and configuration environment
Linux
To extract the file , What you need to do is to open the terminal first , Then enter the folder where the downloaded file is located through the following command , Find the name of the file you downloaded by running the following command , And unzip it :
cd ~/Downloads
ls pycharm*
tar -xvzf pycharm-professional-2016.2.3.tar.gz -C ~
Remember to replace the file name in the above command with through ls Command learned pycharm file name .( That is, the name of the file you downloaded ).
The above command will put PyCharm Software installed in home Directory .
If not sure / I don't remember
PycharmWhich path is actually installed , You can usewhereisorwhichThe order was followed byPycharmTo find out 4 .
To run PyCharm, First you need to get into Pycharm Installation directory , function pycharm.sh file :
cd pycharm-2016.2.3/bin
pycharm.sh
If you are in a desktop environment, such as GNOME、KDE、Unity、Cinnamon Or other modern desktop running , Then you can also find it through the menu or shortcut of the desktop environment PyCharm .
uninstall
Linux
See here 5
Delete the extracted Directory
Find what you decompressed at that timepycharmFolder , For example/usr/Next :
findpycharmAfter folder , Enter the commandsudo rm -r pycharmTo delete , As shown in the figure below :
Delete the hidden directory used to save configuration information under home directory
BecausepycharmAfter thehomeCreate a hidden file directory under the directory , At this time, if you view the hidden file directory information , As shown in the figure below :
After finding the file directory , Enter the commandrm -r ~/.PyCharm2019.3/determine ,
Then orderls -aCheck and find that it has been completely deleted .
That's itlinuxOfpycharmInstall package uninstall , If you had created a shortcut , Have access to/usr/share/applications/Find belowjetbrains-pycharm.desktopThis icon file , UsermCommand to delete .
Reference link
边栏推荐
猜你喜欢

二十四节气之大暑

Pyinstaller+installforge multi file project software packaging

Pinduoduo app product details interface to obtain activity_ ID value (pinduoduo activity_id interface)

小程序商城如何精细化运营?

keras——accuracy_score公式

SQL報錯盲注詳解

IR drop, EM, noise and antenna

Sorting - introduction, code ideas, usage suggestions, code implementation -1

JS if the decimal is 0, subtract it, not keep it

程序环境和预处理
随机推荐
Detailed explanation of SQL bool blind note and time blind note
阿里二面:什么是CAS?
食品安全|吃皮蛋会铅中毒?了解这几点后放心吃
MySQL 啥时候用表锁,啥时候用行锁?
【Flutter -- 布局】弹性布局(Flex 和 Expanded)
【Flutter -- 布局】线性布局(Row 和 Column)
程序环境和预处理
Lake Shore - empx-h2 low temperature probe station
Could not load dynamic library ‘cudnn64_ 8.dll‘; dlerror: cudnn64_ 8.dll not found
Program environment and pretreatment
搜索二叉树——寻找节点,插入节点,删除节点
Vscode - code and file changes cannot be saved
Compose canvas pie chart effect drawing
Can debug/release versions of dynamic library *.dll files be mixed (cross used)?
【30. n-皇后问题】
Pymoo学习 (4): 多标准决策
死磕遞歸1:遞推公式
考过PMP对实际工作帮助大吗?
[31. Maze walking (BFS)]
ROS2自学笔记:RQT可视化工具