Install Python on Ubuntu 20.04 LTS Linux
Open terminal with CTRL + ALT + T (or click Super key and type "terminal")
Check Python is installed as a pre-requisite:
$ python3 –version
Search “pycharm” in Google and navigate to jetbrains web
page. Check which is the latest versión of PyCharm IDE and click download for
Community Edition (pure Python development).
To install snap package manager on Ubuntu:
https://phoenixnap.com/kb/install-snap-ubuntu
To search for snap packages for pycharm IDEs:
$ sudo snap find pycharm
To know more about a snap package:
$ sudo snap info pycharm-community
To install snap package for PyCharm Community Edition:
$ sudo snap install pycharm-community –classic
To list installed snap packages:
$ sudo snap list
Press super key (Windows logo) and type “pycharm” to run
PyCharm IDE. You can use Super key + A to open “Apps”.
We can créate a new Project and add a file Hello.py to print
a message in the terminal.
Keyboard shotcuts in Ubuntu => https://itsfoss.com/ubuntu-shortcuts/#:~:text=You%20can%20open%20the%20application,can%20also%20search%20for%20them.
0 comentarios:
Publicar un comentario
Gracias por participar en esta página.