sashahart / vex

Run a command in the named virtualenv.
MIT License
372 stars 26 forks source link

release on pip has crappy files in it #9

Closed danmilon closed 10 years ago

danmilon commented 10 years ago
$ sudo pip install vex
Downloading/unpacking vex
  Downloading vex-0.0.9-py2.py3-none-any.whl (46kB): 46kB downloaded
Requirement already satisfied (use --upgrade to upgrade): virtualenv in ./venv/lib/python3.4/site-packages (from vex)
Installing collected packages: vex
*** Error compiling '/[...]/venv/build/vex/vex/main.py.BACKUP.10637.py'...
  File "/[...]/venv/build/vex/vex/main.py.BACKUP.10637.py", line 9
    <<<<<<< HEAD
     ^
SyntaxError: invalid syntax

Successfully installed vex
sashahart commented 10 years ago

I wasn't removing build/ and dist/ after PyPI uploads. Forced a new 0.0.9 without this and also a 0.0.10 (same code) in case the old version is hanging around in caches/CDNs

danmilon commented 10 years ago

great, thanks!