_From @miohtama on January 2, 2017 6:15_ Fresh Kivy3 1.9.1. install. Attempt to run `pip` command directly fails. ``` /Applications/Kivy3.app/Contents/Resources/venv/bin/pip Traceback (most recent call last): File "/Applications/Kivy3.app/Contents/Resources/venv/bin/pip", line 3, in <module> import os; activate_this=os.path.join(os.path.dirname(os.path.realpath(__file__)), 'activate_this.py'); exec(compile(open(activate_this).read(), activate_this, 'exec'), dict(__file__=activate_this)); del os, activate_this IOError: [Errno 2] No such file or directory: '/Applications/Kivy3.app/Contents/Resources/venv/bin/activate_this.py' ``` Not sure if this is intentional or the virtual environment shipped with the installation is broken. _Copied from original issue: kivy/kivy#4868_