pycharm.sh 258 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 #!/bin/sh PKGNAME=pycharm-community SUPPORTEDARCHES="x86_64 aarch64" VERSION="$2" DESCRIPTION="PyCharm CE — The Python IDE for Professional Developers" . $(dirname $0)/common-jetbrains.sh PKGURL="$(get_jetbrains_pkgurl PCC python)" epm install $PKGURL