• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install Pycharm – 2018.1 on Linux Mint – 18.3

{{postValue.id}}

How to install Pycharm 2018.1 on Linux Mint 18.3

PyCharm is a cross-platform, Integrated Development Environment (IDE) used in computer programming, specifically for the Python language. It is developed by JetBrains and It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django. In this tutorial, we will cover the installation of Pycharm 2018.1 on Linux Mint &ndash 18.3

Installing Pycharm

Let' s first start with updating the system repository by making use of the following command.

linuxhelp user # apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease  
Hit:2 http://archive.canonical.com/ubuntu xenial InRelease    [ 11.5  Kb]                      
Ign:3 http://packages.linuxmint.com sylvia InRelease                                           
Hit:4 http://packages.linuxmint.com sylvia Release   [24.2]            
Get:5 http://archive.canonical.com/ubuntu xenial/partner i386 Packages  [17.1 Kb]
.
.
Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en  [8,076 B]                                                                      
Get:32 http:// archive.ubuntu.com /ubuntu xenial-backports/universe amd64 Packages [7,104 B]                                                                    
Get:33 http://archive.ubuntu.com/ubuntu xenial-backports/universe i386 Packages  [7,080 B]                                                                     
Get:34 http:// archive.ubuntu.com /ubuntu xenial-backports/universe Translation-en [3,844 B]                                                                   
Fetched 5,120 kB in 7s (646 kB/s)                                                                                                                           
Reading package lists... Done

Now, we have to download the Pycharm latest version from its official site. If you want to download the package you can make use of the following URL https://download.jetbrains.com/python/pycharm-professional-2018.1.1.tar.gz

I have already downloaded the package so I am navigating to the download location.

linuxhelp user # cd /home/user/Downloads/

Now we need to extract the downloaded package.

linuxhelp Downloads # tar -zxvf pycharm-professional-2018.1.1.tar.gz 
pycharm-2018.1.1/bin/log.xml
pycharm-2018.1.1/build.txt
pycharm-2018.1.1/debug-eggs/pycharm-debug-py3k.egg
pycharm-2018.1.1/debug-eggs/pycharm-debug.egg
pycharm-2018.1.1/help/ReferenceCard.pdf
pycharm-2018.1.1/help/ReferenceCardForMac.pdf
pycharm-2018.1.1/helpers/MathJax/MathJax.js
.
.
pycharm-2018.1.1/jre64/bin/orbd
pycharm-2018.1.1/jre64/bin/pack200
pycharm-2018.1.1/jre64/bin/policytool
pycharm-2018.1.1/jre64/bin/rmid
pycharm-2018.1.1/jre64/bin/rmiregistry
pycharm-2018.1.1/jre64/bin/servertool
pycharm-2018.1.1/jre64/bin/tnameserv
pycharm-2018.1.1/jre64/bin/unpack200

After extracting, navigate to bin directory from the extracted package.

Linuxhelp Downloads # cd pycharm-2018.1.1/ 
linuxhelp pycharm-2018.1.1 # cd bin/

From this location, we need to run following script to install a Pychram application

linuxhelp bin # ./pycharm.sh 
Apr 25, 2018 12:08:30 PM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
Apr 25, 2018 12:08:30 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file removed in background /root/.java/.userPrefs/prefs.xml

Now an installation wizard will appear., from which you need to import settings if you already had pycharm settings previously saved on the machine or else, for making a fresh installation choose do not import settings.
choose_path

Next, you need to accept the terms and condition to proceed further.
terms_condition

And then you must activate the license from here or if you want to try the trial version for the period of 30 days choose to evaluate for free and click evaluate.
license

Agree to the license agreement by clicking accept.
accept_license

Now you have to start customizing the pycharm or you can also skip and set defaults so start with choosing the UI theme for the application.
choose_ui

And then choose the location for creating script path and proceed to configure featured plugins.
location_script_path

Here you will find the featured plugins, where you can make use of them depends on the nature of your project.
install_plugins

After customizing you can start using pycharm application.
application_initialization

After the application is initialized you will see the following screen where you can choose to create the project or open the existing project.
ewlcome_page

After choosing the new project you have to assign the project location and project type. once done click create.
create_newP_project

Now you will see the workspace of the created project on the following screen.
open_pycharm

From this, the method to install Pycharm &ndash 2018.1 on Linux Mint &ndash 18.3 comes to an end.

Tags:
gabriel
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

Does it has automatic debugging in it?

A

It has a feature such as auto error detection, code completion, customized user interface etc

Q

Is this open source ? Or paid one?

A

It is licensed software, but you can gt 30 days trail period.

Q

Please provide either .deb repo or ppa?

A

use the link to get repo for this, "deb http://archive.getdeb.net/ubuntu trusty-getdeb apps".

Q

Which languages does PyCharm support?

A

With PyCharm you can develop applications in Python. In addition, one can develop Django, Flask, Pyramid and WebToPy applications. Also, it fully supports

HTML (including HTML5), CSS, JavaScript, and XML: these languages are bundled in the IDE via plugins and are switched on for you by default. Support for

other languages can also be added via plugins (go to Settings | Plugins (or PyCharm | Preferences | Plugins for macOS users) to find out more or set them up

during the first IDE launch).

Q

How to start a new project?

A

Create New Project follow this instruction:

1.Set a location path and click create.

2. Navigate to File &rarr New and enter a file name.

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Sebastian ?
How to change non required to required field in SuiteCRM Custom/Default Modules

How to change not required to the required field in SuiteCRM Custom/Default Modules?

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.