Make pycharm default for .py files in 14.04

I want to make pycharm ide default for all .py files in ubuntu 14.04. I have extracted the tar.gz file in my home directory but every time i have to run pycharm i have to go over to the bin subdirectory and run the pycharm.sh script.

is there any way to make it default application for .py files. As in Right click->Open with Pycharm ?

1 Answer

Yes, this is possible. Follow these steps:

  1. Right-click on the file, then choose Properties.
  2. Click on the Open With tab on the Properties menu.
  3. Select PyCharm from the list of applications, then click Set as default.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like