Home > Article > Backend Development > How to install pycharm2021
The method is as follows: Download the installer from the JetBrains official website. Install according to the operating system. Select the installation type and path. Create a shortcut for your desktop (optional). Click "Install" to start the installation. On first launch, select a theme, install plugins and create a new project or open an existing one.
How to install PyCharm 2021
Step 1: Download the installer
Download the PyCharm 2021 installer from the JetBrains official website. Available in Community Edition (free) and Professional Edition (paid). Choose the version that matches your needs.
Step 2: Install
Linux: Depending on your distribution, run one of the following commands:
sudo dpkg -i pycharm -professional-2021.1.tar.gz
sudo rpm -ivh pycharm-professional-2021.1.rpm
Step 3: Select the installation type
Select the installation type: "Typical" or "Custom". A "Typical" installation includes all default components, while a "Custom" installation allows you to choose which components to install.
Step 4: Select the installation path
Specify the directory where PyCharm should be installed. The default path is:
C:\Program Files\JetBrains\PyCharm 2021.1
/Applications/PyCharm.app
/opt/pycharm-professional-2021.1
Step 5: Create a desktop shortcut
Choose whether to create a PyCharm shortcut on the desktop.
Step 6: Complete the installation
Click "Install" to start the installation process. After the installation is complete, click "Finish" to exit the installer.
Step 7: Start for the first time
When you start PyCharm for the first time, you need to:
The above is the detailed content of How to install pycharm2021. For more information, please follow other related articles on the PHP Chinese website!