PyCharm的项目目录在哪里?

时间:2018-10-03 00:54:32

标签: pycharm

我试图在PyCharm的设置中找到所有项目的存储目录,但不清楚它的位置。

1 个答案:

答案 0 :(得分:1)

Pycharm具有默认项目位置(可能取决于PyCharm版本和/或OS)。至少在某些情况下为componentDidMount()

请注意,在创建新项目时,此默认位置显示为建议,但是可以选择其他位置。

还可以更改默认项目位置,请参见Change the default location of Pycharm Project

Pycharm还支持从某个目录中已经存在的代码创建项目,在这种情况下甚至不会提出上述建议。

请牢记这些,如果您真的要查找所有 PyCharm项目,则需要搜索<link href="../css/bootstrap.min.css" rel="stylesheet"> <meta charset="UTF-8"> <link href="../css/custom.css" rel="stylesheet"> <link href="https://code.jquery.com/ui/1.12.4/themes/pepper-grinder/jquery-ui.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/resources/demos/style.css"> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <script src="https://code.jquery.com/ui/1.12.4/jquery-ui.js"></script> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script type="text/javascript"> $(document).ready(function() { $("#tabs").tabs(); }); </script> 目录,PyCharm在该目录中存储每个项目的设置。

但是请注意,除PyCharm外,其他几种基于JetBrains Idea的产品也出于相同目的使用相同的目录名称,因此,如果您安装了其他此类产品,则需要仔细查看以了解哪些项目是PyCharm项目。可以在How to manage projects under Version Control Systems中找到该目录的解释(不仅适用于他们所有基于Idea的产品,而且不仅适用于PyCharm)