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:

  1. make sure pycharm closed

  2. 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)

  3. modify

<option name="lastprojectlocation" value="d:\dropbox\learning\fullstack\python" />

and set value= whatever desired folder is

  1. save file, open pycharm.

(via http://makguidetosoft.blogspot.com/2016/01/pycharm-change-default-project-folder.html)


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -