Skip to content

Instantly share code, notes, and snippets.

@hartym
Created January 28, 2018 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hartym/2b335196130051e57a52e3d9b1a59d0e to your computer and use it in GitHub Desktop.
Save hartym/2b335196130051e57a52e3d9b1a59d0e to your computer and use it in GitHub Desktop.
{
"name": "my-project",
"dependencies": {
"some-dep": "file:$(python -c 'import os, some_dep; print(os.path.dirname(some_dep.__file__))')/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment