From 18f54c84d3a6d7212f1125a3dc750c8c31ad2ca0 Mon Sep 17 00:00:00 2001
From: Walmes Zeviani <walmes@ufpr.br>
Date: Wed, 21 Aug 2024 22:51:48 -0300
Subject: [PATCH] Adds Python editors.

---
 install_ubuntu_quick.sh | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/install_ubuntu_quick.sh b/install_ubuntu_quick.sh
index 971957c..5df0f88 100644
--- a/install_ubuntu_quick.sh
+++ b/install_ubuntu_quick.sh
@@ -334,6 +334,29 @@ sudo add-apt-repository "deb [arch=intel64] https://packages.microsoft.com/repos
 # Install by using the apt Command
 sudo apt install code
 
+#-----------------------------------------------------------------------
+# PyCharm.
+# https://ubuntuhandbook.org/index.php/2023/09/install-pycharm-2023-x-ubuntu-22-04/
+
+snap install pycharm-community --classic
+
+#-----------------------------------------------------------------------
+# RCode editor.
+#
+# Download *.deb file at https://www.rcode.dev/.
+#
+# Install with dpkg.
+#$ dpkg -i ~/Downloads/deb/rcode-4.5.0.deb
+
+#-----------------------------------------------------------------------
+# Positron.
+#
+# Download *.deb from assets in
+# https://github.com/posit-dev/positron/releases.
+#
+# Install with dpkg.
+# $ dpkg -i ~/Downloads/deb/Positron-2024.08.0-48.deb
+
 #-----------------------------------------------------------------------
 # Telegram Desktop.
 
-- 
GitLab