Hi,
sorry was

c:\django>mkvirtualenv myblog
'mkvirtualenv' is not recognized as an internal or external command,
operable program or batch file.

but I figured out that on windows virtualenv myblog works

but now (folowing tutorial as bottom),
workon myblog porduces error:

c:\django>workon myblog
'workon' is not recognized as an internal or external command,
operable program or batch file.

---------------------------------------------------------

mkvirtualenv myblog —-no-site-packages
workon myblog
cdvirtualenv
git clone git://github.com/montylounge/django-mingus.git
cd django-mingus/mingus
pip install -r stable-requirements.txt
cp local_settings.py.template local_settings.py
./manage.py syncdb
./manage.py loaddata test_data.json
./manage.py runserver

On 16 July, 22:29, Ivan <ivan.t...@gmail.com> wrote:
> Hi Justin,
>
> What is the error message?
>
> Cheers,
> Ivan
>
> On Sat, Jul 17, 2010 at 7:09 AM, justin jools <justinjo...@gmail.com> wrote:
> > RE:http://djangoadvent.com/1.2/everything-i-hate-about-mingus/
> > I tried following this to install Django-Mingus, it says it is easy
> > but not for a newbie who knows nothing about virtualenv! tsk!
>
> > I don't have pip so I ran easy_install
> > 1. easy_install virtualenv... no problem
> > 2. easy_instal virtualenvwrapper... no problem
> > 3. mkvirtualenv myblog —-no-site-packages
> > I get error: mkvirtualenv myblog —-no-site-packages
>
> > What am I doing wrong...
>
> > thanks for your help
>
> > --
> > 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