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 2020/06/22 01:43:46 UTC

[GitHub] [openwhisk-runtime-python] ac427 commented on issue #87: convert scripts to python3

ac427 commented on issue #87:
URL: https://github.com/apache/openwhisk-runtime-python/issues/87#issuecomment-647220092


   @rabbah , most of the scripts use pip instead of pip3 and also the CMD in Dockerfiles use python instead of python3, that causes lot of issues. (example it can't find any of the python3 modules because of the wrong sys.path  set by the script. )
     
   I copied scripts from your repo and created a new docker image for my project.
   https://github.com/ac427/ibmfunction_bionic/blob/master/Dockerfile
   
   I will try to create PR later this week in here. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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