Ich versuche gunicorn in meinem virtuellen env zu installieren, aber das folgende erhalten:kann nicht installiert gunicorn auf Ubuntu
$ pip installieren gunicorn
Downloading/unpacking gunicorn
Downloading gunicorn-0.14.2.tar.gz (203Kb): 203Kb downloaded
Running setup.py egg_info for package gunicorn
warning: no files found matching '*' under directory 'debian'
Installing collected packages: gunicorn Found existing installation: gunicorn 0.14.2
Uninstalling gunicorn:
Successfully uninstalled gunicorn
Running setup.py install for gunicorn
warning: no files found matching '*' under directory 'debian'
Installing gunicorn_paster script to /home/aemdy/Documents/projects/reborn/env/bin
Installing gunicorn script to /home/aemdy/Documents/projects/reborn/env/bin
Installing gunicorn_django script to /home/aemdy/Documents/projects/reborn/env/bin
Successfully installed gunicorn
Cleaning up...
Und wenn ich python manage.py run_gunicorn
für django verwenden sie sagt, dass Das ist ein unbekannter Befehl. Ich habe Gunicorn zu INSTALLED_APPS hinzugefügt.
Was ist die Ausgabe von 'which python'? – SingleNegationElimination