Last active
August 29, 2015 14:12
-
-
Save nootrope/af6099afcbe95273d088 to your computer and use it in GitHub Desktop.
Python3 workaround for broken pyvenv with pip, in Ubuntu 14.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# From: https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1290847 | |
# Using /tmp/ as example destination for venv | |
$ python3 -m venv --without-pip /tmp/env | |
$ curl https://bootstrap.pypa.io/get-pip.py | /tmp/env/bin/python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment