2
votes

is it possible to change the default packages directory path in Sublime Text 3? For now, the default path is:

C:\Users\my_user_name\AppData\Roaming\Sublime Text 3\Packages

Would it be possible to change it ? For example to this:

C:\my_folder

Thank you.

2
Thank you for your answer, I did not think about the portable version. I tried this option and it works perfectly!J-P-Dude

2 Answers

1
votes

The non-portable version of Sublime Text on Windows uses the USERPROFILE environment variable to decide where to place the roaming folder.

So the only options are to set this environment variable to something else, create a directory junction, or use the portable version of ST.

1
votes

For the non_portable version:

  1. QUIT Sublime Text 3
  2. Delete the [Sublime Text 3] directory under C: \ Users \ Administrator \ AppData \ Roaming \ Sublime Text 3
  3. Creat new folder [DATA] under installed [Sublime Text 3] as d:\Program Files\Sublime Text 3\DATA\
  4. Open Sublime Text 3 and then install the [Package Control] process,
    reference operate as https://packagecontrol.io/installation
  5. Done. It change to \DATA\ folder