DOC: use venv instead of virtualenv on python 3 #6878

Merged
merged 1 commit into from Aug 2, 2016

Conversation

Projects
None yet
6 participants
Contributor

matthew-brett commented Aug 1, 2016

Python 3 has the venv module, which doesn't have the same issues as
virtualenv, and can be used safely with the MacOSX backend.

@matthew-brett matthew-brett DOC: use venv instead of virtualenv on python 3
Python 3 has the ``venv`` module, which doesn't have the same issues as
``virtualenv``, and can be used safely with the MacOSX backend.
f3bf089

mdboom added the needs_review label Aug 1, 2016

Owner

jenshnielsen commented 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 tacaswell merged commit 37c4874 into matplotlib:master Aug 2, 2016

3 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage increased (+0.002%) to 70.451%
Details

tacaswell removed the needs_review label Aug 2, 2016

@tacaswell tacaswell added a commit that referenced this pull request Aug 2, 2016

@tacaswell tacaswell Merge pull request #6878 from matthew-brett/use-venv-for-py3
DOC: use venv instead of virtualenv on python 3
1f562f0
Owner

tacaswell commented Aug 2, 2016

backported to v1.5.2-doc as 1f562f0

@arafune arafune added a commit to arafune/matplotlib that referenced this pull request Aug 7, 2016

@arafune arafune Merge commit '70e7a6c4e9c5effbbb5ad9c261af2cca6d31a90c'
* commit '70e7a6c4e9c5effbbb5ad9c261af2cca6d31a90c':
  Feedback from review
  Merge pull request #6832 from hoiqs/tex-unicode-demo
  Merge pull request #6881 from pdebuyl/master
  Merge pull request #6861 from andreas-h/patch-2
  Merge pull request #6878 from matthew-brett/use-venv-for-py3
  dtype names must be strings and not unicode in python2
  Make longshort python3 compatible
  Revert "Remove out of datelongshort example"
  interkeys should be called on the dict and not the keys
  np.dtype does not support unicode strings on python 2.7 so encode before creating
  Remove out of datelongshort example
  rc_traits example depends on traits so don't run it during docss build
  Multiprocess example depends on gtk so don't run it during docss build
  Don't try to run image_thumbnail example as part of docs build
  Run misc examples as part of docs build
  Merge pull request #6683 from afvincent/new_entry_mailmap_for_afvincent
  DOC: add DOI for 1.5.2

# Conflicts:
#	.mailmap
3c193b0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment