Skip to content

Instantly share code, notes, and snippets.

@nimish
Last active April 26, 2017 12:54
Show Gist options
  • Save nimish/0c16fcfb5e9643f67440a87fd8d09c3f to your computer and use it in GitHub Desktop.
Save nimish/0c16fcfb5e9643f67440a87fd8d09c3f to your computer and use it in GitHub Desktop.
BUILD file
[python]
PipFlags=--proxy http://my.company's.proxy
DefaultInterpreter=python3
PipTool=pip3
pip_library(name='numpy', version='1.12.1', zip_safe=False)
python_binary(name='example', main='example.py', deps=[':numpy'])
import numpy
print(numpy.nan)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment