We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb8b1f commit 59a3dc5Copy full SHA for 59a3dc5
scripts/pycharm_community.sh
@@ -12,7 +12,7 @@ wget -c "https://download.jetbrains.com/python/pycharm-community-${PYCHARM_VERSI
12
13
# extract and keep the files in /opt
14
tar -zxvf "pycharm-community-${PYCHARM_VERSION}.tar.gz"
15
-mv "pycharm-${PYCHARM_VERSION}" /opt
+mv "pycharm-community-${PYCHARM_VERSION}" /opt
16
17
# populate desktop entry
18
cat > jetbrains-pycharm.desktop << EOF
0 commit comments