Skip to content
Snippets Groups Projects
Commit 18f54c84 authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Adds Python editors.

parent f35713b5
No related branches found
No related tags found
No related merge requests found
...@@ -334,6 +334,29 @@ sudo add-apt-repository "deb [arch=intel64] https://packages.microsoft.com/repos ...@@ -334,6 +334,29 @@ sudo add-apt-repository "deb [arch=intel64] https://packages.microsoft.com/repos
# Install by using the apt Command # Install by using the apt Command
sudo apt install code 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. # Telegram Desktop.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment