In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly shows you "Ubuntu16.04/18.04 how to install Pycharm and Ipython", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "Ubuntu16.04/18.04 how to install Pycharm and Ipython" this article.
Ubuntu 18.04a
1. Install version 2. _ of python and enter sudo apt install python
Typing python or python3 on the command line opens the corresponding version.
Enter exit () or Ctrl + D to exit the shell of python.
2. Ipython 2. _ version installation, enter sudo apt install ipython, ipython3. _ version installation, enter sudo apt install ipython3
In the shell of ipython, you can exit by entering exit directly.
3. Installation of Pycharm for IDE
First of all, download the official professional version of Pycharm, or install the educational version at https://www.jetbrains.com/pycharm/
Then decompress it, as shown in the figure
Move the unzipped folder to the / opt directory, which is used to store the additional software installed by the host.
Then, cd / opt/pycharm-2019.2.3/bin/ changes to the bin directory
Enter:. / pycharm.sh to run the program, and then select free evaluation, as shown in the following figure
All right, installation is over.
Set the quick start mode and select Create Desktop Entry in Tools, so that the Launcher startup icon is created
Finally, add it to Favorities.
Ps: let's take a look at the four ways to install Pycharm in ubuntu16.04
I. tar.gz package installation
Download from Pycharm website (https://www.jetbrains.com/pycharm/download/)
Tar zxfv pycharm-professional-2017.1.2.tar.gzcd pycharm-professional-2017.1.2./bin/pycharm.sh
II. Umake installation
Sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-makesudo apt-get updatesudo apt-get install ubuntu-makeumake ide pycharm
III. Apt source installation
Sudo add-apt-repository ppa:mystic-mirage/pycharmsudo apt-get updatesudo apt-get install pycharm
IV. Deb package installation
Echo "deb http://archive.getdeb.net/ubuntu $(lsb_release-cs)-getdeb apps" | sudo tee / etc/apt/sources.list.d/getdeb-apps.listwget-Q-O-http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add-sudo apt-get updatesudo apt-get install pycharm is all the contents of this article "how to install Pycharm and Ipython in Ubuntu16.04/18.04". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
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.