https://pantsbuild.org/ logo
#pex
Title
r

rough-minister-58256

07/19/2016, 6:49 AM
Copy code
[illuminati ~]$ pex requests -o /tmp/throwaway.pex
[illuminati ~]$ /tmp/throwaway.pex
Python 2.7.10 (default, Dec 16 2015, 14:09:45) 
[GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> import sys
>>> sys.executable
'/opt/twitter_mde/package/python2.7/current/bin/python'
>>>