I found it in:

source /home/cc110000/public_html/virtfs/bin/virtualenvwrapper.sh

Thanks for your help, I shall now try django-mingus again

On 17 July, 15:27, justin jools <justinjo...@gmail.com> wrote:
> says virtualenvwrapper is in  /home/cc110000/public_html/virtfs/lib/
> python2.4/site-packages (bottom) so I tried:
>
> source /home/cc110000/public_html/virtfs/lib/python2.4/site-packages/
> virtualenvwrapper.sh
> error:
>
> -bash: /home/cc110000/public_html/virtfs/lib/python2.4/site-packages/
> virtualenvwrapper.sh: No such file or directory
>
> -------------------------------------------------------------------
> (virtfs)-bash-3.2$ pip install virtualenvwrapper
> Requirement already satisfied (use --upgrade to upgrade):
> virtualenvwrapper in /home/cc110000/public_html/virtfs/lib/python2.4/
> site-packages
>
> virtualenvwrapper in /home/cc110000/public_html/virtfs/lib/python2.4/
> site-packages
>
> On Jul 17, 3:12 pm, Peter Herndon <tphern...@gmail.com> 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 <justinjo...@gmail.com> 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 django-us...@googlegroups.com.
> > > To unsubscribe from this group, send email to 
> > > django-users+unsubscr...@googlegroups.com.
> > > 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 django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to