Pycharm for linux debian

How to Install Pycharm on Debian 11 – The best IDE for Python!

It is no lie to say that Python is one of the most important and widely used programming languages in the world. And to take full advantage of it, we need to have an IDE up to the highest demands. Today, you will learn how to install PyCharm in Debian 11 and thus have one.

PyCharm is a well-known IDE for Python. It is the creation of the JetBrains company also known for being the developers of PHP Storm, IntelliJ IDEA and RubyMine which are other very effective IDEs for other languages such as PHP, Java, and Ruby.

We have to emphasize the fact that PyCharm is an IDE, that is to say, it is not only a code editor but also has a debugger, an interpreter and other tools that will help us to create programs quickly and easily.

It has two versions, a paid professional version and a community version. While it is true, that all the features are in the paid version, the free version is fully functional, and you can use it for your purpose.

It is a marvel of IDE and that is why many consider it one of the best if not the best. Let’s install it.

Install PyCharm in Debian 11

We have several options to install PyCharm in Debian 11, so we will be able to choose the one that best suits us. However, we must consider that it is not present in the official repositories of the distribution.

Читайте также:  Как убрать пользователя из группы linux

Method 1: Downloading and installing PyCharm from its website

The first way is the manual installation. That is, we have to download the latest stable version of PyCharm ourselves and install it in a reserved directory on the system.

Download PyCharm from the website

First, go to the download section of the tool.

There you will see the Professional and Community versions. Click on the community version and the download will start.

After that, create a folder called pycharm and extract the file into it. Then, move it to the /opt/ folder.

Inside the folder that has been generated, go into the bin folder and run the pycharm.sh file.

If you want, you can do it via the terminal. Download it:

wget -c https://download-cdn.jetbrains.com/python/pycharm-community-2022.1.2.tar.gz
tar -xvf pycharm-community-*.tar.gz -C pycharm --strip-components 1

Thereafter, move it to /opt

sudo mv pycharm-community-2022.1.2 /opt/pycharm
cd /opt/pycharm/bin/ sh /opt/pycharm/bin/pycharm.sh

Method 2: Using Snap for installation

We have already talked about Snap, and it is an important technology that many companies are adopting without problems. Pycharm is distributed using this technology as well, so installation becomes easy in Ubuntu-related distributions.

In the case of Debian, we have to install the snapd package

Start the snap service and create a symbolic file, so you can run the applications from the terminal:

sudo systemctl enable snapd --now sudo ln -s /var/lib/snapd/snapd/snap /snap

Now you have to install core with snap.

The rest is just install it with this command:

sudo snap install pycharm-community --classic

Now just run it from the main menu.

Regardless of the chosen method, when you run PyCharm for the first time, you will have to accept the license terms.

License Agreement

Then, you will be able to participate in the development of the tool by sending usage statistics.

Data sharing screen

PyCharm on Debian 11

Finally, you will see the tool, and you will be able to start working with it.

Remove PyCharm in Debian 11

To remove PyCharm we have to consider the installation method. In this case, we will explain the process for both.

Читайте также:  Linux microsoft lifecam hd 3000

For method 1, we simply delete the folder we created for the PyCharm files. It is as simple as that.

But in the case of method 2, we have to run the following command:

sudo snap remove pycharm-community

After executing this command, you will no longer have it on the system.

PyCharm is an acclaimed tool that will help us with the process of developing applications in Python. It is backed by a great company that has created other great tools and has a free version that will work as a trial for us.

Today, in this post, you have learned how to install it in Debian 11. I hope you liked the post and help us to grow.

Share it! And leave us a comment!

Источник

Как установить PyCharm на Debian 10

Рассмотрим два способа установки PyCharm на Debian. Если использовать программу на постоянной основе, то лучше выбрать первый способ как стандартную установку приложения. Кому может подойти второй способ установки как пакета snap? Прежде всего тем, у кого недостаточно места на диске, но достаточно современный и скоростной компьютер с неплохим объемом оперативной памяти. Также этот способ хорош для ознакомления с программой, презентацией и т.д.

Устанавливать будем редакцию community. Если нужна профессиональная версия, вместо инсталяции pycharm-community используйте pycharm-professional. Также есть версия для образовательных учреждений: для преподавателей и студентов. Для ее установки вместо pycharm-community используйте инсталяцию пакета pycharm-educational. В остальном все идентично.

I. Установка PyCharm как обычного приложения

В терминале выполняем следующие команды:

$ curl -s https://s3.eu-central-1.amazonaws.com/jetbrains-ppa/0xA6E8698A.pub.asc | sudo apt-key add - $ echo "deb http://jetbrains-ppa.s3-website.eu-central-1.amazonaws.com bionic main" | sudo tee /etc/apt/sources.list.d/jetbrains-ppa.list > /dev/null $ sudo apt update $ sudo apt install pycharm-community

II. Установка PyCharm как пакета snap

Установливаем pycharm-community как snap пакет:

$ sudo snap install pycharm-community --classic
$ snap run pycharm-community

Источник

Как установить PyCharm на Debian 11

hosting.energy недорогой хостинг сайтов

hosting.energy недорогой хостинг сайтов

В этом руководстве мы покажем вам, как установить PyCharm на Debian 11. Для тех из вас, кто не знал, PyCharm — это специальная графическая среда разработки Python (интегрированная среда разработки), популярная среди разработчиков Python с широким набором необходимых инструментов, таких как как анализ кода, отладка и интеграция. Используя плагины PyCharm, вы также можете получить поддержку таких фреймворков, как Django, Flask. Мы также можем использовать PyCharm для других языков программирования, таких как HTML, Javascript, CSS и многих других.

Читайте также:  Linux find hide file

В этой статье предполагается, что у вас есть хотя бы базовые знания Linux, вы знаете, как использовать оболочку, и, что наиболее важно, вы размещаете свой сайт на собственном VPS. Установка довольно проста и предполагает, что вы работаете с учетной записью root, в противном случае вам может потребоваться добавить ‘ sudo ‘ к командам для получения привилегий root. Я покажу вам пошаговую установку PyCharm на Debian 11 (Bullseye).

Установите PyCharm на Debian 11 Bullseye

Шаг 1. Перед установкой любого программного обеспечения важно убедиться, что ваша система обновлена, выполнив следующие apt команды в терминале:

sudo apt update sudo apt upgrade

Шаг 2. Установка диспетчера пакетов Snap.

Выполните следующую команду, чтобы установить диспетчер пакетов Snap в вашу систему Ubuntu:

sudo apt install snapd sudo systemctl enable snapd --now sudo ln -s /var/lib/snapd/snap /snap

После успешной установки команды snap вы можете проверить ее установленную версию, используя:

Шаг 3. Установка PyCharm на Debian 11.

По умолчанию PyCharm недоступен в базовом репозитории Debian 11. Теперь мы устанавливаем PyCharm из Snap с помощью следующей команды:

###Install PyCharm Community ###sudo snap install pycharm-community --classic### Install PyCharm Professional ###sudo snap install pycharm-professional --classic### Install PyCharm Educational ###sudo snap install pycharm-educational --classic

Шаг 4. Доступ к PyCharm в Debian.

После успешной установки, используйте следующий путь на рабочем столе , чтобы открыть с пути: . Если вы не можете его найти, используйте функцию поиска в меню «Показать приложения», если у вас установлено много приложений. Activities -> Show Applications -> PyCharm

Поздравляю! Вы успешно установили PyCharm . Благодарим за использование этого руководства для установки последней версии PyCharm на Debian 11 Bullseye. Для получения дополнительной помощи или полезной информации мы рекомендуем вам посетить официальный сайт PyCharm .

Источник

Оцените статью
Adblock
detector