Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove project in PyCharm?

Tags:

python

pycharm

If I'm closing a project and then just delete the project folder, after PyCharm restarts an empty project folder is created again.

like image 490
user1685095 Avatar asked Dec 30 '13 12:12

user1685095


People also ask

How do you remove a project?

To delete a project, first load the project in the source editor by choosing the project from the file manager tree. Click on the File menu on the Editor tab above the source editor. In the File menu, select Delete Project. All project source code and data will be deleted after you confirm the deletion.

How do I delete a project in IDE?

Choose project, right click, in context menu, choose Show in Explorer (on Mac, select Reveal in Finder ). 3. In Windows Explorer, press Del or Shift + Del for permanent delete.


1 Answers

Just follow these steps in order. They assume you currently have the project open in a PyCharm window:

  1. Close your project by clicking on File -> Close Project
  2. Locate your project in the PyCharm file directory
  3. Delete your project's directory

I agree that PyCharm's handling of what should be a very simple procedure is crappy. Maybe this will be improved in the future?

like image 184
TheCatParty Avatar answered Oct 19 '22 02:10

TheCatParty