How to open multiple projects in PyCharm?

已回答

Hello.

I am trying to open multiple projects in PyCharm, like described in https://www.jetbrains.com/help/pycharm/opening-multiple-projects.html tutorial.

I opened first project and it showed in Project window well.

 

After that I tried to open second project, I've selected 

and I expected to see two projects in the Project window, like in pic from tutorial:

But it doesn't happened and old project was replaced by newly selected project.

 

How to open multiple projects at once?

 

Thank you!

1

Hello!

Please try to remove ProjectModuleManager component configuration from project.default.xml in the application config directory (https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs) and let me know if the problem remains.

0

I found project.default.xml in c:\Users\artkh\.PyCharm2017.2\config\options\ and can't understand, what I should to delete.

My file is

<application>
<component name="ProjectManager">
<defaultProject>
<component name="InspectionProjectProfileManager">
<option name="PROJECT_PROFILE" />
<version value="1.0" />
</component>
</defaultProject>
</component>
</application>

0

Hi Forpdfsending! Are you sure you had Add to currently opened project option enabled?

0

I've tried with that option and without that option - no any difference...

Still can't open 2 projects in PyCharm at same time.

0

1. Go to top left corner where it says Project Files

2. Click open the list of project names

3. hold control and click the project of your choice. (basically when you click a link to open in a new tab. similar concept applies)

0

请先登录再写评论。