From commits-return-48862-apmail-beam-commits-archive=beam.apache.org@beam.apache.org Tue Sep 26 21:02:06 2017 Return-Path: X-Original-To: apmail-beam-commits-archive@minotaur.apache.org Delivered-To: apmail-beam-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 222DB10CF7 for ; Tue, 26 Sep 2017 21:02:06 +0000 (UTC) Received: (qmail 73401 invoked by uid 500); 26 Sep 2017 21:02:04 -0000 Delivered-To: apmail-beam-commits-archive@beam.apache.org Received: (qmail 73312 invoked by uid 500); 26 Sep 2017 21:02:04 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 73259 invoked by uid 99); 26 Sep 2017 21:02:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Sep 2017 21:02:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 746C6F5615; Tue, 26 Sep 2017 21:02:04 +0000 (UTC) From: robertwb To: commits@beam.apache.org Reply-To: commits@beam.apache.org Message-ID: Subject: [GitHub] beam pull request #3902: Use pip from currently executing Python. Content-Type: text/plain Date: Tue, 26 Sep 2017 21:02:04 +0000 (UTC) GitHub user robertwb opened a pull request: https://github.com/apache/beam/pull/3902 Use pip from currently executing Python. Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/projects/BEAM/issues/) filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes. - [ ] Each commit in the pull request should have a meaningful subject line and body. - [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA issue. - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically. - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). --- You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertwb/incubator-beam patch-13 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/3902.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3902 ---- commit c687c83c8c2690d722ab7112e9f6a6d62969d6ff Author: Robert Bradshaw Date: 2017-09-26T21:01:53Z Use pip from currently executing Python. ---- ---