Add optional attr python_interpreter to run pip with python 3 by acumon · Pull Request #158 · bazel-contrib/rules_python

XMC added 2 commits

January 14, 2019 10:46
This commit also added --python_interpreter argument to piptool.py to
support this attribute.

Example usage:
pip_import(
    name = 'pip_deps',
    requirements = '//:requirements.txt',
    python_interpreter = 'python3.7',
)

chirayuk added a commit to chirayuk/rules_python that referenced this pull request

Apr 23, 2019
Good enough for me until a solution is available in the main repo at
bazel-contrib#158

tcwalther pushed a commit to tcwalther/rules_python that referenced this pull request

Sep 3, 2019

tcwalther pushed a commit to tcwalther/rules_python that referenced this pull request

Sep 3, 2019

tcwalther pushed a commit to tcwalther/rules_python that referenced this pull request

Sep 3, 2019

This was referenced

Nov 6, 2019