src-d / lookout-sdk

SDK for lookout analyzers
Apache License 2.0
4 stars 11 forks source link

Make protogen more robust #47

Closed smacker closed 5 years ago

smacker commented 5 years ago

I stumbled on 2 problems with current scripts:

  1. sed command is incompatible with sed installed by default on macos
  2. pip3 install --user doesn't work in virtualenv:
    Can not perform a '--user' install. User site-packages are not visible in this virtualenv.