Hello Florian,If you are having trouble installing python without root permissions, you should consider installing the miniconda distribution of python that is used in the scientific computing community. Assuming you are on a linux server, you can do this withchmod +x ./Miniconda-latest-Linux-x86_64.sh./Miniconda-latest-Linux-x86_64.sh -bconda update condaconda create --name try_django djangosource activate try_djangoThis will set you up with an isolated conda environment (similar to a virtualenv environment) where you can install packages without touching anyone else's packages. From there you can dodjango-admin.py startproject test_projectcd test_projectpython manage.py migratepython manage.py runserver 0.0.0.0:8000And to get yourself set up with the django dev server running on top of sqlite.You can see the documentation for conda here.On Tue, May 19, 2015 at 3:04 AM, x <ung...@zetteeh.net> wrote:hello hello,
finally i was able to install a python instance on my shared-server.
it was also impossible to pip-install django. yeah.
but right then - so close already - i got a permission problem again.
i couldn't figure out exactly what django-admin.py wants to do/execute and why it's
not satisfied with my nice brand new local python 2.7.9 instance.. muhhuuu.
this is the ssh prompt:
> (uiserver):u74138225:~/django_build > django-admin.py startproject test --user-
> bash: /customers/homepages/45/d5012545412/htdocs/python27/bin/django-admin.py: Permission denied
for any suggestions how to domesticate django on this shared server i'd be very happy.
thanks and all the best
florian
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/D96C8E64-18CA-4E2A-B9BD-D384AD563766%40zetteeh.net.
For more options, visit https://groups.google.com/d/optout.