Change the default location of Pycharm Project(更改 Pycharm 项目的默认位置)
问题描述
我在 Ubuntu 14.04 上使用 PyCharm 3.4.1.对于新项目,它建议 ~/PyCharmProjects
用于存储项目文件夹.是否可以更改此建议文件夹的位置和名称?
I am using PyCharm 3.4.1 on Ubuntu 14.04. For new project it suggests ~/PyCharmProjects
for storing project folders. Is it possible to change the location and name of this proposed folder?
(我在界面、JetBrains 网站或设置文件中找不到任何关于更改它的参考.要么是不可能的,要么(我希望)我错过了一些东西.)
(I couldn't find any reference to changing it in the interface, on the JetBrains site, or in the settings files. Either it isn't possible or (I hope) I missed something.)
注意,它不是 我可以更改位置吗?/PyCharmProjects 的名称? - 我知道可以为每个创建的项目更改建议的路径 - 但我想要我喜欢的默认值.
Note, it is not a duplicate of Can I change the location/name of PyCharmProjects? - I am aware that it is possible to change proposed path for every created project - but I want defaults that I like.
推荐答案
我知道这是一个老问题,但现在肯定是可能的
I know this is an old question, but is is certainly possible as of now
设置 |外观与行为 |系统设置 |默认目录
Settings | Appearance & Behaviour | System Settings | Default directory
请参阅 JetBrains 支持页面
这篇关于更改 Pycharm 项目的默认位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:更改 Pycharm 项目的默认位置


基础教程推荐
- 在 Python 中将货币解析为数字 2022-01-01
- Kivy 使用 opencv.调整图像大小 2022-01-01
- 在 Django Admin 中使用内联 OneToOneField 2022-01-01
- 比较两个文本文件以找出差异并将它们输出到新的文本文件 2022-01-01
- matplotlib 设置 yaxis 标签大小 2022-01-01
- kivy 应用程序中的一个简单网页作为小部件 2022-01-01
- Python 中是否有任何支持将长字符串转储为块文字或折叠块的 yaml 库? 2022-01-01
- 究竟什么是“容器"?在蟒蛇?(以及所有的 python 容器类型是什么?) 2022-01-01
- 对多索引数据帧的列进行排序 2022-01-01
- Python,确定字符串是否应转换为 Int 或 Float 2022-01-01