Am 26.04.12 09:37, schrieb luke lukes:
Hi Daniel. yes I have ssh access but without root or sudo privileges.
it seems there's no virtualenv installed. i've tried to install
virtualenv with 'pip install virtualenv' but i got this error: /error:
/usr/local/lib/python2.6/site-packages/virtualenv.py: Permission denied/
any help?
Hi,
may be this helps:
wget
http://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.7.1.2.tar.gz#md5=3be8a014c27340f48b56465f9109d9fa
tar xzvf virtualenv-1.7.1.2.tar.gz
cd virtualenv-1.7.1.2
python setup.py install --user
further informations:
http://docs.python.org/install/index.html
good luck
TR
Il giorno giovedÄ› 26 aprile 2012 04:32:01 UTC+2, Daniel Sokolowski ha
scritto:
If you have shell access you could do a virtualenv/pip combo install.
*From:* luke lukes <mailto:[email protected]>
*Sent:* Wednesday, April 25, 2012 11:14 AM
*To:* [email protected]
<mailto:[email protected]>
*Subject:* deploying django - including third party apps
hi everyone. i'm developing a simple CRUD django app and my idea
is to host it on a free web hosting site that supports django
(e.g. alwaysdata.com <http://alwaysdata.com> or heliohost.org
<http://heliohost.org>). I havent tried locally to deploy it on a
web server such as Apache, i've alway used the development server
by manage.py runserver. Now i'm using third application on it:
reportlab (for pdf generation), django-evolution (for models
changes). well these apps are installed via apt-get (i'm using
ubuntu as host system) or by getting the packages from their own
sites and installing them by setup.py install. Now i've checked on
alwaysdata.com <http://alwaysdata.com> and reportlab is installed,
but seems there's no django_evolution. what i have to do to
include it in my app and to get it working?
thanx
LuKe
--
You received this message because you are subscribed to the Google
Groups "Django users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-/ebNCfRv5ozYJ
<https://groups.google.com/d/msg/django-users/-/ebNCfRv5ozYJ>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
To unsubscribe from this group, send email to
[email protected]
<mailto:django-users%[email protected]>.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
<http://groups.google.com/group/django-users?hl=en>.
Daniel Sokolowski
Web Engineer
KL Insight
http://klinsight.com/
--
You received this message because you are subscribed to the Google
Groups "Django users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-/OpqO0uGG2gkJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.