Skip to main content

Posts

Showing posts from January 22, 2019

Install PyCharm

Install PyCharm In this tutorial we will learn how to install  PyCharm  on Ubuntu. Download WebStorm Download PyCharm from official site  https://www.jetbrains.com/pycharm/download/#section=linux Extract PyCharm Navigate terminal to the downloaded folder and run following command. tar -xvzf <downloaded-file-name> Navigate to the <PyCharm-version/bin> and following command ./pycharm.sh Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Install WebStorm

Install WebStorm In this tutorial we will learn how to install WebStorm on Ubuntu. Download WebStorm Download WebStorm from official site  https://www.jetbrains.com/webstorm/ Extract WebStorm Navigate terminal to the downloaded folder and run following command. tar -xvzf <downloaded-file-name> Navigate to the <WebStorm-version/bin> and following command ./webstorm.sh Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.