RyanBarclay / HomebrewAnacondaMesh

This command file lets MacOS use HomeBrew and Anaconda on the same system by swapping the path back and forth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HomebrewAnacondaMesh

This shell file lets MacOS use HomeBrew and Anaconda on the same system, on same path by using a trick made by Ifu Aniemeka. This will help you so you don't need to type out the command every time you close and open Terminal.

Index

Setting up Locally

  1. Start by Forking this repo.

  2. Clone repo to your development environment:

git clone git@github.com:username/HomebrewAnacondaMesh.git
  1. Copy and paste this into Terminal
#This will be your location of the cloned repo
#For me it's here
cd documents/Github/HomebrewAnacondaMesh

#allow this to file to be executed
chmod +x BrewAnacondaFix.sh

#go back home
cd ~
  1. Open Terminal → Preferences → Profiles

  2. It should look like this, And you want to click on "Shell"

  3. Once there copy this:

source documents/Github/HomebrewAnacondaMesh/BrewAnacondaFix.sh

Into here: 7)DONE. Now quit out of Terminal see if it worked.

Summary

What we did here was:

  1. Make a copy of this repository on your local system.
  2. Gave permission to execute the shell file that makes this all work.
  3. Made Terminal run the shell file every time Terminal is opened.
  4. To test just type into Terminal
brew doctor

and it should output this

Medusa decapitated.
Your system is ready to brew.
Perseus defeated.

Questions?

Contact me at mrryanbarclay@gmail.com

License

MIT

About

This command file lets MacOS use HomeBrew and Anaconda on the same system by swapping the path back and forth.


Languages

Language:Shell 100.0%