In reference to hooking into PIP from Jython, It looks like, possibly, PIP is included with Jython:
How, specifically, from Jython itself, is PIP invoked? Both to install a package and, more importantly, to import that package for reference?
I've seen no specific code examples written in Jython.
Once Jython 2.7 is installed to
~/
then:and then:
although it's not strictly necessary to use the virtual env.