Skip to content

Commit

Permalink
JetBrains apps: add note about 32bit deprecation to description
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Jan 23, 2024
1 parent bd992cd commit a5bcb55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions apps/Intellij IDEA/description
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
IntelliJ IDEA is an IDE designed to maximize developer productivity.
It does the routine and repetitive tasks for you by providing clever code completion, static code analysis, and refactorings, and lets you focus on the bright side of software development, making it not only productive but also an enjoyable experience.

WARNING for all 32-bit OS users: All JetBrains applications are deprecated on 32-bit OS. Move to a 64-bit OS to be able to use the latest version.

To run: Menu -> Programming -> IntelliJ IDEA
To run in a terminal: /opt/ideaIC/bin/idea.sh
7 changes: 5 additions & 2 deletions apps/Pycharm CE/description
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Python Community Edition IDE for Professional and Educational Developers.
To run: Menu -> Programming -> Pycharm Community Edition
To run in a terminal: /opt/pycharm-community/bin/pycharm.sh

You must configure the IDE to run each script ("py" file), or create a new environment.
For Educational purposes, the "EDUtools" plugin can be installed. Go to the right corner from the Pycharm start up portal: Configurate > Plugins > Search for: EDUtools > Install it and restart the IDE. Then you will able to select "Learn and Teach" for courses.

WARNING for all 32-bit OS users: All JetBrains applications are deprecated on 32-bit OS. Move to a 64-bit OS to be able to use the latest version.

To run: Menu -> Programming -> Pycharm Community Edition
To run in a terminal: /opt/pycharm-community/bin/pycharm.sh

0 comments on commit a5bcb55

Please sign in to comment.