In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
How to install PyCharm in the Linux system, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain in detail for you, people with this need can come to learn, I hope you can gain something.
Introduction: PyCharm is a Python integrated development environment developed by JetBrains Company. JetBrains has developed integrated development environments in many languages, including C++ development environment CLion, Java development environment IntelliJ IDEA, iOS/macOS development environment APPCode and so on.
Pycharm is divided into two versions, professional version and community version. There is a fee for the professional version and free for the community version.
Pycharm has the following characteristics:
PyCharm provides intelligent code completion, code review, real-time error highlighting and quick repair, as well as automated code refactoring and rich navigation features.
PyCharm provides rich framework-specific support for modern Web development frameworks such as Django, Flask, Google App Engine, Pyramid, and web2py.
PyCharm integrates with IPython Notebook, provides an interactive Python console, and supports Anaconda and a variety of scientific packages such as matplotlib and NumPy.
Linux system installation PyCharm detailed steps: first, install PyCharm 1, prepare content: need to have an installation package of PyCharm under Linux (first download the installation package of pycharm from the Internet, and right copy it into the soft file of the current user's Desktop)
Create a new file under the / usr/local path in the root directory to store the installation package to be unzipped
3. Extract the installation package to the newly created directory pycharm. It is best to extract it in the current directory of the package to prevent manual typing errors. Then extract it to the specified file: pycharm may have permission problems, just use Super Admin to operate.
Sudo tar-zxvf pycharm-professional-2018.1.3.tar.gz-C / usr/local/pycharm
4. You can test whether pycharm is available in the extracted directory. You need to enter the extracted directory to find the extracted file, that is, / usr/local/pycharm.
Be sure to enter the bin file in the decompressed file
You can see the running file pycharm.sh of pycharm on the rightmost side of the third line, and then run the file. / pycharm.sh
Despite it, this interface is decompressed successfully, and pycharm is available. (the running file of the software is … Sh)
5. Configure the environment variables of pycharm in the current directory
Press I key to enter insert mode and add the following two directory paths after vim ~ / .bashrc to view the path with pwd: / usr/local/bin/pycharm-2018.1.3 export PyCharm=/usr/local/bin/pycharm-2018.1.3 (the latter part should be based on your current path. Before configuring the environment variables, you can enter the decompressed file and command pew to check the address and copy to prevent typing errors.)
ExportPATH=PyCharm/bin:PyCharm/bin:PATH
6. Refresh the configuration file source ~ / .bashrc
7. When the refresh is successful, you can start the pycharm startup instruction anywhere under the current location: pycharm.sh can follow the practice on the following URL.
8. Activation: reference website: https://blog.csdn.net/xiaoming0018/article/details/80346895
8.1. Enter the etc file in the root directory (various required configuration files in the system)
Cd / etc (you can use ls to see if the following file exists in etc)
8.2. Modify the hosts file and enter the command in the hosts file: sudo vim hosts add the following line to the hosts file in order to block the verification of the activation code by Pycharm
0.0.0.0 account.jetbrains.com
Press I to enter insert mode, add the previous line of code at the end of the file, then press esc to exit insert mode, press: key, type wq to exit and save.
9. Open PyCharm and select Activate code (activate with activation code and copy activation code)
Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.