在 PyCharm 中,如何将一个项目中的目录作为源添加到另一个项目? [英] In PyCharm, how do you add a directory from one project as a source to another project?

查看:32
本文介绍了在 PyCharm 中,如何将一个项目中的目录作为源添加到另一个项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I have several python projects started from git repos, all related to each other, that are all open in one PyCharm window.

I have python code in one project, call it project B, that imports python packages from project A, but PyCharm can't find the source.

I've marked the directories with python packages in project A as source directories in PyCharm, and indeed other code in project A can lookup these python packages. But these source directories don't appear to be part of the lookup table for other projects in the same window.

Is there any way in PyCharm to make one project recognize directories from another project as a source directory?

解决方案

You have to tell Pycharm to use Project A as another "Content Root" for Project B.

  1. From the upper bar, go to File -> Settings... -> Project: [yourprojectnamehere] -> Project Structure.
  2. Click on + Add Content Root at the right panel
  3. Select the Project A folder from the popup named Select content root directory
  4. Click OK

Now, you'll see Project A is listed at the right panel.

  1. Click on Project A from the right panel
  2. Now, the content of project A is listed. Select the ones you want to be included as source. You can hold Ctrl and click left mouse button to select multiple entities.
  3. Click Sources from the upper bar to assign the selected entities as Source.

Now you should see Source Folders at the right panel.

UPDATE: As of at least Pycharm 2019.1.3, this seems to have changed, to be simpler thankfully.

  1. From the upper bar, go to File -> Settings... -> Project: [yourprojectnamehere] -> Project Dependencies.
  2. Select your project, and then click the checkboxes for each other project it's dependent on.

这篇关于在 PyCharm 中,如何将一个项目中的目录作为源添加到另一个项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆