Apparently pyvenv-3.4
is not working correctly in ubuntu 14.10. So I need to grab the ensurepip
module and drop it into the lib folder? And my googling skills seem to be busted, because I have not been able to find the source code.
I am getting running pyvenv-3.4 $(pwd)/test
:
Error: Command '['/home/bob/Desktop/test/bin/python3.4', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1
See:
- #17 from: https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1290847
- https://docs.python.org/3/library/ensurepip.html
Related:
Or is it recommended to use virtualenv as suggested in the second related link?