Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux install pycharm command line without snap

# The recommended installation location, according to the PyCharm standard documentation, is /opt.
wget https://download.jetbrains.com/python/pycharm-community-2020.2.3.tar.gz
tar xzf pycharm-*.tar.gz -C /opt/
Source by www.liquidweb.com #
 
PREVIOUS NEXT
Tagged: #linux #install #pycharm #command #line #snap
ADD COMMENT
Topic
Name
7+3 =