Coder Social home page Coder Social logo

anaconda_set_up's Introduction

Anaconda Production Set Up for Mac

Set Up Anaconda Environment with Installation if necessary: all in one script

These bash scripts are for shipping Anaconda to production.

Its an installation for Mac that requires running only one file

It checks if anaconda is installed.

If not it downloads anaconda and installs it

Then updates conda and anaconda

Then sets up an environment from a yaml file.

Some of the key contributions include:

Solving how to all of this in one command

Finding if anaconda is on the system

Integrating the downloading of anaconda without having to have the binary file available.

As the permissions are taken care of, it is not necessary to go to security settings and click "open anyway"

Motivation

I've benefited so much from using github and stackoverflow over the years and I feel its right to try to give back to the community.

This is a generic script that anyone can use to ship their python applications to other users.

To Run

Optional: Enter exec bash -l

This runs the terminal in bash. I found bash is reliable compared to zsh

Optional: Enter chmod u+x FirstSteps.sh

This changes the permissions to allow running of the file

Enter sh FirstSteps.sh

This runs the file

It will ask for the password for your Mac.

This is necessary in order to enable the correct permissions for the Set_Up_Env.command file

Enter the password.

Everything should get set up on your Mac

anaconda_set_up's People

Contributors

mktoronto avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.