CS-WIKI101
|
NOTE Tested on macOS Sonoma 14.0
These instructions are specifically tailored for students in CS111, DS223 and other courses that use Python. The steps in this guide will help you install Python and Sublime Text on macOS.
NOTE If you already have
Python
installed, you can skip these steps.
Follow the instructions provided in the README to install Python on macOS.
Sublime Text is a lightweight yet powerful source code editor. Follow the steps below to download and install Sublime Text on macOS:
DOWNLOAD FOR MAC
button. Finder
and navigate to the Downloads
folder.Sublime Text.app
file in the Downloads
folder. Sublime Text.app
file from the Downloads
folder to the Applications
folder.Once the installation is complete, you can launch Sublime Text from your Applications
folder , Launchpad
or by typing subl
in the terminal and start using it for your programming tasks.
subl
command to the PATHTo use subl, the Sublime Text bin folder needs to be added to the path. For a typical installation of Sublime Text, this will be located at /Applications/Sublime Text.app/Contents/SharedSupport/bin.
If using Bash, the default before macOS 10.15, the following command will add the bin folder to the PATH environment variable:
If using Zsh, the default starting with macOS 10.15, the following command will add the bin folder to the PATH environment variable:
Source | Description |
---|---|
Sublime Text Documentation | Official documentation for Sublime Text |
Command line | How to add Sublime Text to the PATH |
Need assistance? Check out my discussion board or review the GitHub status page.
© 2023 AppleBoiy • Code of Conduct • [MIT License](LICENSE)