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
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
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?
Il gio
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 host i
7 matches
Mail list logo