Skip to content

Instantly share code, notes, and snippets.

@adrianholovaty
Created January 3, 2013 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianholovaty/4444825 to your computer and use it in GitHub Desktop.
Save adrianholovaty/4444825 to your computer and use it in GitHub Desktop.
Heroku deployment error
$ git push heroku master
Counting objects: 146, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (120/120), done.
Writing objects: 100% (120/120), 12.64 KiB, done.
Total 120 (delta 98), reused 0 (delta 0)
-----> Python app detected
-----> No runtime.txt provided; assuming python-2.7.3.
-----> Preparing Python runtime (python-2.7.3)
-----> Installing Distribute (0.6.34)
-----> Installing Pip (1.2.1)
grep: ./#: No such file or directory
grep: ./pip: No such file or directory
grep: ./install: No such file or directory
grep: ./#: No such file or directory
grep: ./pip: No such file or directory
grep: ./install: No such file or directory
grep: ./#: No such file or directory
grep: ./pip: No such file or directory
grep: ./install: No such file or directory
grep: ./#: No such file or directory
grep: ./pip: No such file or directory
grep: ./install: No such file or directory
grep: ./#: No such file or directory
grep: ./pip: No such file or directory
grep: ./install: No such file or directory
grep: ./#: No such file or directory
grep: ./pip: No such file or directory
grep: ./install: No such file or directory
grep: ./#: No such file or directory
grep: ./pip: No such file or directory
grep: ./install: No such file or directory
grep: ./#: No such file or directory
grep: ./pip: No such file or directory
grep: ./install: No such file or directory
grep: ./#: No such file or directory
grep: ./pip: No such file or directory
grep: ./install: No such file or directory
grep: ./#: No such file or directory
grep: ./pip: No such file or directory
grep: ./install: No such file or directory
(...and on and on...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment