You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/03 21:00:30 UTC

[GitHub] mcdan opened a new issue #3608: Unnecessary "becomes" pollutes global python install

mcdan opened a new issue #3608: Unnecessary "becomes" pollutes global python install
URL: https://github.com/apache/incubator-openwhisk/issues/3608
 
 
   <!--
   Do NOT share passwords, credentials or other confidential information.
   
   Before creating a new issue, please check if there is one already open that
   fits the defect you are reporting.
   If you open an issue and realize later it is a duplicate of a pre-existing
   open issue, please close yours and add a comment to the other.
   
   Issues can be created for either defects or enhancement requests. If you are a committer than please add the labels "bug" or "feature". If you are not a committer please make clear in the comments which one it is, so that committers can add these labels later.
   
   If you are reporting a defect, please edit the issue description to include the
   information shown below.
   
   If you are reporting an enhancement request, please include information on what you are trying to achieve and why that enhancement would help you.
   
   For more information about reporting issues, see
   https://github.com/apache/incubator-openwhisk/blob/master/CONTRIBUTING.md#raising-issues
   
   Use the commands below to provide key information from your environment:
   You do not have to include this information if this is a feature request.
   -->
   
   ## Environment details:
   
   * local deployment, vagrant, native ubuntu, Mac OS, Bluemix, ...   
   * version of docker, vagrant, ubuntu, ...
   
   ## Steps to reproduce the issue:
   
   1.   Try and use the ansible scripts in a build env that doesn't do things globally
   2.   The ansible install for pip affects the global packages on the system
   
   ## Provide the expected results and outputs:
   
   The prereqs steps install versions of specific python packages via sudo this isn't necessary.
   
   
   ## Provide the actual results and outputs:
   
   The packages should be installed locally just to the user running the build. That way it pollutes the environment a bit less.
   
   ## Additional information you deem important:
   * This doesn't break travis and makes it easier for people to use the build in a local jenkins.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services