About 13,300 results
Open links in new tab
  1. python - How to remove project in PyCharm? - Stack Overflow

    Apr 1, 2019 · The PyCharm project is simply an arbitrary folder 1 with the appropriate .idea subfolder in it. The list of recently opened projects is simply the list of paths to some of such folders. PyCharm does not keep the list of all projects, so you may safely delete a project folder (or its .idea subfolder) from your file system.

  2. file - Deleting projects on pycharm - Stack Overflow

    Sep 9, 2016 · I accidentally put my Documents folder in the projects section on the vertical side on pycharm and now I ...

  3. How to close one of several opened projects in PyCharm?

    Nov 15, 2017 · I have opened 2 projects in one PyCharm window. Projects are dependent. When I close and then open one of the projects, the other one opens too. Even after I removed the dependency. How to detach...

  4. python - How can I remove projects from the list of Recent …

    Oct 15, 2015 · When I start up PyCharm, it displays the list of recent projects. How can I remove a project from that list?

  5. How do I remove deleted Python environments in PyCharm?

    Jun 1, 2023 · Go to File > New Projects Setup > Settings for New Projects (instead of going to File > Settings as usual): Going through the other entry point you can already notice the Python Interpreter item in the sidebar is slightly different visually from if you had gone the other route. From there on the renaming dialogues are the same as usual but the ...

  6. Pycharm recreate deleted project - Stack Overflow

    I'm using "JetBrains PyCharm Community Edition 2017.3.1 x64" and I had in a project that i wanted to remove from the project viewer, however, I didn't had an option to remove it, so I tried a suggestion I found to rename the project folder.

  7. How to hard reinstall PyCharm and Python? - Stack Overflow

    Sep 4, 2021 · When uninstalling PyCharm I clicked option to delete everything there was to delete. Then I reinstalled restarted Windows and installed Python again and then PyCharm. When I launched PyCharm everything was exactly the same as before: same projects, same interpreters / virtual environments, same dependencies and same git capabilities.

  8. How to restore Pycharm Project in windows - Stack Overflow

    Nov 21, 2015 · If you've cleared your recent projects you'll need to locate the folder where you saved your project. Pycharm stores the individual project config files in a .idea directory in the project root, then further files for the general app config in Windows are stored in; <User home>\.PyCharmXX\config that contains user-specific settings.

  9. PyCharm & VirtualEnvs - How To Remove Legacy - Stack Overflow

    Jan 25, 2016 · How do I remove all traces of legacy projects from PyCharm? Background: I upgraded from PyCharm Community Edition to PyCharm Pro Edition today. Reason was so I could work on Django projects, and in particular, a fledgling legacy project called 'deals'. I deleted the legacy project folders.

  10. Pycharm - how do I remove the _first_ project on the project view?

    May 23, 2017 · Coming from eclipse pycharm's way still escapes me. So as we read here: How to remove project PyCharm? one can only close the first project on the "project view" - there is no delete option.