Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[makeinstall] Factor a setup.sh out from install.sh #20

Open
leonardt opened this issue Jul 6, 2017 · 0 comments
Open

[makeinstall] Factor a setup.sh out from install.sh #20

leonardt opened this issue Jul 6, 2017 · 0 comments
Assignees

Comments

@leonardt
Copy link
Contributor

leonardt commented Jul 6, 2017

  • install.sh will install system-level dependencies. These are third party dependencies that can be retrieved via apt-get on Ubuntu and theoretically brew install on MacOS. This will also install a system level copy of internal dependencies such as the coreir binaries.

  • setup.sh will setup a local development environment that is unique for each user. This includes a Python virtual environment.

Open to comments on the naming scheme and partitioning of roles for the two scripts, but this should move us closer towards easily setting up local dev environments.

@leonardt leonardt self-assigned this Jul 6, 2017
@leonardt leonardt changed the title [makeinstall] Factor a setup.sh from install.sh [makeinstall] Factor a setup.sh out from install.sh Jul 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant