Merge pull request #166 from fabianmendes/patch-1

Update install-64
pull/179/head
Botspot 4 years ago committed by GitHub
commit f86b88c79a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,11 +7,11 @@ function error {
exit 1
}
filename='pycharm-community-2020.2.3'
filename='pycharm-community-2020.3.1'
rm -f $filename.tar.gz 2>/dev/null
sudo rm -rf /opt/pycharm-community pycharm-community ${filename}
#download the 2018.3.7 version "tar.gz" file
#download the 2020.3.1 version "tar.gz" file
wget https://download.jetbrains.com/python/${filename}.tar.gz || error "Failed to downloading file. Make sure 'wget' is installed and verify your Internet Network Connection"
#extract and rename pycharm-community folder

Loading…
Cancel
Save