python:pycharm
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| python:pycharm [2020/11/21 19:58] – created Wuff | python:pycharm [2024/08/28 17:49] (current) – Wuff | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| PyCharm Linux Community edition: | PyCharm Linux Community edition: | ||
| - | https:// | + | https:// |
| + | https:// | ||
| < | < | ||
| - | tar -xvzf pycharm-community-2020.2.3.tar.gz | + | wget https:// |
| - | sudo mv pycharm-community-2020.2.3 /opt/ | + | tar -xvzf pycharm-community-2023.3.3.tar.gz |
| - | / | + | sudo mv pycharm-community-2023.3.3 /opt/pycharm |
| + | / | ||
| </ | </ | ||
| + | Add to menu and cinnamon panel launcher | ||
| + | < | ||
| + | cat > ~/ | ||
| + | [Desktop Entry] | ||
| + | Name=PyCharm | ||
| + | Exec=/ | ||
| + | Comment= | ||
| + | Terminal=false | ||
| + | Icon=/ | ||
| + | Type=Application | ||
| + | EOD | ||
| + | |||
| + | cp ~/ | ||
| + | |||
| + | #config numerical, so get the highest number file only | ||
| + | export configfile=$(ls ~/ | ||
| + | |||
| + | jq ' | ||
| + | mv $configfile.new $configfile | ||
| + | </ | ||
| + | |||
| + | Update PyCharm: | ||
| + | Open PyCharm, click settings cog icon in bottom left and check for updates. | ||
| + | |||
| + | |||
| + | Create new project from Github repo: | ||
| + | Git menu -> Clone -> paste github .git clone url -> select new or attach to existing project | ||
| + | For virtual environment, | ||
| + | To install the packages from requirements.txt file , open the file and a bar appears to install missing requirements. | ||
| + | |||
| + | Configuring Pycharm to run Pyinstaller | ||
| + | https:// | ||
| + | https:// | ||
| + | |||
| + | Deployment (only Pro) | ||
| + | https:// | ||
python/pycharm.1605988692.txt.gz · Last modified: (external edit)