Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DOC: use venv instead of virtualenv on python 3 #6878
Conversation
mdboom
added the
needs_review
label
Aug 1, 2016
jenshnielsen
added this to the
2.0 (style change major release)
milestone
Aug 1, 2016
|
@matthew-brett Thanks confirming that this works and is much easier than all my work arounds |
davclark
commented
Aug 1, 2016
|
@matthew-brett, you are indeed a great citizen! |
tacaswell
merged commit 37c4874
into matplotlib:master
Aug 2, 2016
tacaswell
removed the
needs_review
label
Aug 2, 2016
tacaswell
added a commit
that referenced
this pull request
Aug 2, 2016
|
|
tacaswell |
1f562f0
|
|
backported to v1.5.2-doc as 1f562f0 |
arafune
added a commit
to arafune/matplotlib
that referenced
this pull request
Aug 7, 2016
|
|
arafune |
3c193b0
|
QuLogic
added the
Documentation
label
Sep 6, 2016
QuLogic
modified the milestone: v1.5.x, 2.0 (style change major release)
Sep 9, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
matthew-brett commentedAug 1, 2016
Python 3 has the
venvmodule, which doesn't have the same issues asvirtualenv, and can be used safely with the MacOSX backend.