Asides Shawn's answer, alwaysdata's documentation educates how to
install packages on the host
On 4/26/12, Shawn Milochik wrote:
> There's no reason a user couldn't run virtualenv, regardless of permissions.
>
> Download the virtualenv tarball and extract it. It contains a file named
> virtualenv
There's no reason a user couldn't run virtualenv, regardless of permissions.
Download the virtualenv tarball and extract it. It contains a file named
virtualenv.py.
Done.
Run python virtualenv.py some_path and it will work.
--
You received this message because you are subscribed to the Goog
If he can't install virtualenv (permission denied), he will have
problems copying his modules to the dist/site-packages dir. Also, this
method of manually copying is (no offence meant :-) ) rather hacky,
and probably not good advice in most situations. Thomas Rega's
suggestion of installing virtual
You don't absolutely need virtualenv/pip to perform this task. Just get
your 3rd party apps from /usr/local/lib/python2.X/dist-packages/ (if you
are using ubuntu) and copy them at the root of your hosting python path. It
should do the thing.
good luck
On Wednesday, April 25, 2012 11:14:58 AM U
Sent:* Wednesday, April 25, 2012 11:14 AM
*To:* django-users@googlegroups.com
<mailto:django-users@googlegroups.com>
*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 hosti
ups.com
> *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 or heliohost.org). I havent tried locally to deploy
If you have shell access you could do a virtualenv/pip combo install.
From: luke lukes
Sent: Wednesday, April 25, 2012 11:14 AM
To: django-users@googlegroups.com
Subject: deploying django - including third party apps
hi everyone. i'm developing a simple CRUD django app and my idea is to
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 or
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
8 matches
Mail list logo