Skip to content

Instantly share code, notes, and snippets.

@bquistorff
Last active August 29, 2015 14:05
Show Gist options
  • Save bquistorff/0f0f4c1c50f9d3c7b9eb to your computer and use it in GitHub Desktop.
Save bquistorff/0f0f4c1c50f9d3c7b9eb to your computer and use it in GitHub Desktop.
How to install dependencies locally
net set ado "${dir_base}/code/ado/"
* Simple module.
* Just install it once into your project. Copies of the project folder will work fine.
ssc install parallel
* Modules with machine-specific code.
* Needs to install each time you put the project folder on a new computer type.
* Needs an absolute path so let -pwd- is "${dir_base}/code"
net install synth , all force from("`c(pwd)'/${dir_base}/code/ado-store/s/")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment