How to find Sublime Text path of packages installed


open console in sublime text

If you have installed packages in Sublime Text editor on your device (Mac/Linux/Windows) and you want to know where are these packages installed, well there are many ways to know this, but the easiest and the platform-independent way of knowing it using the command sublime.packages_path() n console.,PE|

Step 1: Open Console

Go to View -> Show Console

You can also make use of the keyboard shortcut: Control + ~

This should open up the console which you will see attached to the bottom of the editor.


Step 2: Run the command

Now in the console, run the command sublime.packages_path(), you will get the absolute path of the packages folder as a response.

Example:
>>> sublime.packages_path()
'/Users/code2care/Library/Application Support/Sublime Text/Packages'
Absolute path sublime text packages

Facing issues? Have Questions? Post them here! I am happy to answer!

Author Info:

Rakesh (He/Him) has over 14+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org



















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap