Skip to content

Instantly share code, notes, and snippets.

@nootrope
Last active August 29, 2015 14:12
Show Gist options
  • Save nootrope/af6099afcbe95273d088 to your computer and use it in GitHub Desktop.
Save nootrope/af6099afcbe95273d088 to your computer and use it in GitHub Desktop.
Python3 workaround for broken pyvenv with pip, in Ubuntu 14.04
# 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