Help Save Code2care! 😢

I've lost 99% of my revenue to AdBlockers & AI. Your support could be the lifeline that keeps this passion project alive!

Buy Code2care a Coffee QR Code

Scan to Buy Me A Coffee and help me continue coding for you!

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

You can download this article in various formats for your convenience. Choose from the options below:

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

Author Info:

Rakesh (He/Him) has a Masters Degree in Computer Science with over 15+ 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 | Search