Skip to content

pyrox0/brew-easy-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brew-easy-install for APS students

This is a script to easily install https://brew.sh to your home directory in ~/.brew.

Disclaimers: This installs to a non-standard prefix, so don't be surprised if you end up compiling a lot of stuff from source.

Make an issue if you encounter any problems!

Xcode Install Steps

  • Open a terminal.
  • Copy and paste this in: xcode-select --install
  • Press Enter
  • Press install, and accept the license agreement.
  • If it says you don't have enough space, follow the instructions in the "Free Up Space" section below.
  • Wait for it to finish, then follow from the "Common Installation Steps" section!

Free Up Space

If you don't use GarageBand, please follow these steps first.

  • Open the Apple menu in the top left.
  • Click "About This Mac"
  • Click the "Storage" button
  • Click "Manage Storage"
  • Click "Music Creation" on the left side
  • Press the removal button in the middle and confirm it. This will free up 20GB of storage on your computer.

Common Installation Steps

Right-click and click "Save as..." on this link. Next, press Command and the spacebar at the same time, type in "Terminal"(without quotes), and press Enter. Next, type this in and press enter:

sh Downloads/brew-easy-install.sh

Once that gives you your prompt back, open a new terminal tab by pressing Command and "T" at the same time. then, type brew and press enter to test. Once that's done, type brew tap homebrew/core, and then proceed to the appropriate section below.

Warnings

IF YOU HAVE RUN THIS BEFORE, DON'T RUN THIS AGAIN!

It doesn't check for previous installation lines, so it will add cruft to your rc file. Therefore, don't run this more than once without deleting the installation lines from your rc files first.

APCSP Students

Type the following in the terminal: brew install [email protected], then brew install sqlite, then brew install [email protected]. Next, type in brew link --force tcl-tk. Then, in a new terminal tab(Type Cmd and t at the same time) type python3 -m pip install gasp. Then, type in python3, press Enter, and type in the following:

from gasp import *

If this prints nothing, then you were successful in installing GASP.

ITE 140 Students - psql install steps

Run the following commands:

unset HOMEBREW_INSTALL_FROM_API
brew install libpq

ITE 140 Students - Python Steps

Type the following in the terminal, pressing Enter after each command

brew install [email protected]
python3 -m pip install --upgrade pip
python3 -m pip install numpy
python3 -m pip install pandas

After this, you should be good to go!

CSC 205 Students

Run these 2 commands:

brew tap thehedgehog0/retro-tools

and

brew install asl gkermit most simh minicom

This project is licensed under Creative Commons Zero v1.0 Universal. Use it as you see fit. See LICENSE file for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages