>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 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.

