Pycharm delete project - Programmer Sought
programmersought.com › article › 65014012And re-create a folder with the same name, this project will appear in pycharm. The correct way should be: 1. In the user \XXX\.Pycharm40\config\options directory, find the recentProjectDirectories.xml file and delete the project you want to delete. 2. In the \XXX\.Pycharm40\config\options directory, find the name of the item to be deleted.
How to remove project in PyCharm?
https://www.py4u.net/discuss/184159This is for PyCharm 2019.1, but I can bet this will work in previous versions. I am assuming you are in a Unix based operating system (macOs or any Linux distribution). I am also assuming you have currently opened the project you want to remove. Close the project by going to File -> Close Project; Remove the project from Pycharm's Welcome Window
Open, reopen, and close projects | PyCharm
www.jetbrains.com › help › pycharmSep 16, 2021 · In the Project tool window, right-click the project to be deleted. From the context menu of the selection, choose Remove from Project View, or press Delete: When PyCharm starts, the most recent project reopens by default (unless this option is disabled on the System Settings page of the Settings/Preferences dialog Ctrl+Alt+S.