Change Pycharm default directory / folder -
i've installed pycharm community edition in windows pc. want change default directory projects.
c:\users\myuser\pycharmprojects\untitled
want e:\pycharmprojects\my project name
thanks,
daniel
this issue duplicate of can change location/name of pycharmprojects?
but answer not mentioned there is:
make sure pycharm closed
navigate c:\users\myname.pycharm50\config\options\recentprojectdirectories.xml (note: read page figure out these settings on different os's: https://www.jetbrains.com/pycharm/help/project-and-ide-settings.html)
modify
<option name="lastprojectlocation" value="d:\dropbox\learning\fullstack\python" />
and set value= whatever desired folder is
- save file, open pycharm.
(via http://makguidetosoft.blogspot.com/2016/01/pycharm-change-default-project-folder.html)
Comments
Post a Comment