Hi Pythonistas,
I have a comprehensive question to the inner workings of stash related to the double interpreter (Python 2.x and Python 3.x)
stash allows me to pip install. How do I tell it which version of python to use? (I was looking for a pip3 command but did not find it)
the question gets mor complex. Stash wants to be launched in python 2.7. How would that impact the Python 3 package installation with pip.
The source of my question is the wonderful ‘python-pptx’ module. I can not install it in Pythonista though I am sure (and can show you) that it runs under a Python 3.x environment on iOS. The problems that are popping up are completely Py2to3 issues that look like a misplaced library (site-packages) which brings me back to pip and stash.
Would be great to find out the reason and solve it. Because I want to promote the script in other forums with both Python Apps available (Pythonista and the other one that shall not be named ...)
Cheers
Andreas