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:46This 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, 2019Good 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, 2019tcwalther pushed a commit to tcwalther/rules_python that referenced this pull request
Sep 3, 2019tcwalther pushed a commit to tcwalther/rules_python that referenced this pull request
Sep 3, 2019This was referenced
Nov 6, 2019This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters