<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 07/15/2015 02:08 AM, Marius Gedminas
      wrote:<br>
    </div>
    <blockquote cite="mid:20150715060857.GA10855@platonas" type="cite">
      <pre wrap="">So, I realize I could use `python3 -m virtualenv` if I was running the
command myself.  But, tox is making the call to virtualenv.

This was working the last time I tested it but has now broken.  I'm guessing
that is because I upgraded tox or virtualenv?
</pre>
      <pre wrap="">
It broke now because you 'sudo pip install'ed something that depends on
something that ships /usr/local/lib/python2.7/dist-packages/reprlib.py
(which probably comes from pies2overrides)

</pre>
      <blockquote type="cite">
        <pre wrap="">Any pointers welcome as to the best way to resolve this issue now?
</pre>
      </blockquote>
      <pre wrap="">
I would recommend sudo pip uninstall pies2overrides (and whatever
depended on it).  A good way to avoid pain is to never ever 'sudo pip
install' stuff.

A different workaround would be to create a clean virtualenv, install
tox into it, then run tox from that virtualenv.

</pre>
    </blockquote>
    <br>
    Thanks so much, that was exactly the problem.  I've always had my
    system setup to have a few default packages installed globally and
    then use virtualenvs for everything else.  Not sure where
    pie2overrides came from, but I can assure you it's getting booted
    ASAP!<br>
    <div class="moz-signature"><br>
      <b>Randy Syring</b><br>
      <small>Husband | Father | Redeemed Sinner</small><br>
      <br>
      <i><small>"For what does it profit a man to gain the whole world<br>
          and forfeit his soul?" (Mark 8:36 ESV)</small></i>
      <br>
    </div>
  </body>
</html>