User Tools

Site Tools


python:pycharm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
python:pycharm [2023/02/20 10:09] Wulf Rajekpython:pycharm [2024/08/28 17:49] (current) Wulf Rajek
Line 2: Line 2:
  
 PyCharm Linux Community edition: PyCharm Linux Community edition:
-https://www.jetbrains.com/pycharm/download/#section=linux +https://www.jetbrains.com/pycharm/download/other.html 
-https://download-cdn.jetbrains.com/python/pycharm-community-2021.3.3.tar.gz+https://download.jetbrains.com/python/pycharm-community-2023.3.3.tar.gz
  
 <code> <code>
-tar -xvzf pycharm-community-2021.3.3.tar.gz +wget https://download.jetbrains.com/python/pycharm-community-2023.3.3.tar.gz 
-sudo mv pycharm-community-2021.3.3 /opt/pycharm +tar -xvzf pycharm-community-2023.3.3.tar.gz 
-/opt/pycharm/bin/pycharm.sh +sudo mv pycharm-community-2023.3.3 /opt/pycharm 
 +/opt/pycharm/bin/pycharm
 </code> </code>
  
Line 16: Line 17:
 [Desktop Entry] [Desktop Entry]
 Name=PyCharm Name=PyCharm
-Exec=/opt/pycharm/bin/pycharm.sh+Exec=/opt/pycharm/bin/pycharm
 Comment= Comment=
 Terminal=false Terminal=false
Line 38: Line 39:
 Create new project from Github repo: Create new project from Github repo:
 Git menu -> Clone -> paste github .git clone url -> select new or attach to existing project Git menu -> Clone -> paste github .git clone url -> select new or attach to existing project
 +For virtual environment, if error "Environment location directory is not empty" error appears, append /venv to the location path. 
 +To install the packages from requirements.txt file , open the file and a bar appears to install missing requirements.
  
 Configuring Pycharm to run Pyinstaller Configuring Pycharm to run Pyinstaller
Line 44: Line 46:
 https://stackoverflow.com/questions/19071910/how-to-my-exe-from-pycharm-project https://stackoverflow.com/questions/19071910/how-to-my-exe-from-pycharm-project
  
-Deployment+Deployment (only Pro)
 https://www.jetbrains.com/help/pycharm/tutorial-deployment-in-product.html#config https://www.jetbrains.com/help/pycharm/tutorial-deployment-in-product.html#config
python/pycharm.1676887776.txt.gz · Last modified: (external edit)