I got the virtualenvwrapper working,
now tried: mkvirtualenv myblog, get:
(env1)-bash-3.2$ mkvirtualenv myblog .-no-site-packages
There must be only one argument: DEST_DIR (you gave myblog .-no-site-
packages)
usage: virtualenv [OPTIONS] DEST_DIR
options:
--version show program's version number and exit
-h, --help show this help message and exit
-v, --verbose Increase verbosity
-q, --quiet Decrease verbosity
-p PYTHON_EXE, --python=PYTHON_EXE
The Python interpreter to use, e.g.,
--python=python2.5 will use the python2.5
interpreter
to create the new environment. The default is
the
interpreter that virtualenv was installed with
(/home/cc110000/public_html/virtfs/bin/python)
--clear Clear out the non-root install and start from
scratch
--no-site-packages Don't give access to the global site-packages
dir to
the virtual environment
--unzip-setuptools Unzip Setuptools or Distribute when installing
it
--relocatable Make an EXISTING virtualenv environment
relocatable.
This fixes up scripts and makes all .pth files
relative
--distribute Use Distribute instead of Setuptools. Set
environ
variableVIRTUALENV_USE_DISTRIBUTE to make it
the
default
On 17 July, 15:12, Peter Herndon <[email protected]> wrote:
> From the virtualenvwrapper instructions:
> "First, some initialization steps. Most of this only needs to be done one
> time. You will want to add the command tosource
> /usr/local/bin/virtualenvwrapper.sh to your shell startup file, changing the
> path to virtualenvwrapper.sh depending on where it was installed by pip."
>
> Did you do this part?
>
> On Jul 17, 2010, at 9:28 AM, justin jools <[email protected]> wrote:
>
> > still trying to install django-mingus
>
> > I loggged into my server with ssh and installed virtualenv and
> > virtualenvwrapper
> > easy_install virtualenv
> > pip virtualenvwrapper
> > ok...
>
> > trying to follow the install instructions(bottom). I guess virtualenv/
> > virtualenvwrapper need setting up?
> > 1. mkvirtualenv myblog --no-site-packages (virtualenv myblog --no-
> > site-packages works but I guess this is not correct)
> > error:
> > -bash: mkvirtualenv: command not found
>
> > 2.workon myblog
> > error:
> > -bash: workon: command not found
>
> > ----------------------------------------------------------------------------------------------------------------------------------------------
> > The quick start assumes basic familiarity with "vitualenv":http://
> > virtualenv.openplans.org/, "virtualenv wrapper":http://
> >www.doughellmann.com/projects/virtualenvwrapper/.
>
> > It also assumes you have both subversion, mecurial, and git clients
> > locally.
>
> > * mkvirtualenv myblog --no-site-packages
> > * workon myblog
> > * cd myblog
> > * git clone git://github.com/montylounge/django-mingus.git
> > * cd django-mingus/mingus
> > * pip install -r stable-requirements.txt
> > * ... wait a bit
> > * mv local_settings.py.template local_settings.py
> > * ./manage.py syncdb
> > * .manage.py loaddata test_data.json
> > * ./manage.py runserver
>
> > --
> > 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
> > athttp://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.