Installing Pycharm
| Using pip | |
| Installing on Linux | |
| Related articles |
pip
python3 -m venv venv
source ./venv/bin/activate
python3 -m pip install Pycharm
Collecting Pycharm Using cached Pycharm-1.7.3-cp39-cp39-manylinux2014_x86_64.whl (10.3 MB) Installing collected packages: Pycharm Successfully installed Pycharm-1.7.3
python3 -m pip list
Package Version ---------- ------- pip 21.0.1 Pycharm 1.7.3 setuptools 49.2.1
Installation in Linux
Download from the official website
JetBrains
Or with the help of wget
wget https://download.jetbrains.com/python/pycharm-community-2024.1.3.tar.gz
Download ToolBox-App
sudo tar -xzf jetbrains-toolbox-2.3.2.31487.tar.gz -C /opt
cd /opt/jetbrains-toolbox-2.3.2.31487/
./jetbrains-toolbox
You may need to install a fuse.
sudo apt install fuse
Launch JetBrains Toolbox
Accept the JETBRAINS USER AGREEMENT
Select PyCharm Community or PyCharm Professional
| PyCharm: IDE | |
| Install | |
| Add Path to Project | |
| Editor Basics | |
| Python | |
| Add Selenium to PyCharm |