command not found means that the command you are running in your terminal 
(the first word entered before a space delimiter) was not found in your 
PATH variable. Your PATH keeps track of all the locations and directories 
where when you call 'virtualenvwrapper' it looks under all of those for a 
virtualenvwrapper file that it can run. Normally when you install with PIP, 
you already have the path where pip installs scripts to included in your 
PATH variable so you don't run into issues.

So the docs are saying that you don't run 'virtualenvwrapper mkvirtualenv 
<environ_name>' they say you should run 'mkvirtualenv <environ_name>'. This 
should work if you have already sourced the `virtualenvwrapper.sh` script 
and you have set up variables for WORK_ON and such as described in the docs.

On Thursday, July 14, 2016 at 9:36:43 AM UTC-4, monoBOT monoBOT wrote:
>
>
> 2016-07-13 20:00 GMT+01:00 Leo <lve...@gmail.com <javascript:>>:
>
>> virtualenvwrapper
>
>
> ​You have to follow the setup process step by step ... you are probably 
> missing the location of the wrapper command in your path. 
>
> http://virtualenvwrapper.readthedocs.io/en/latest/install.html​
>
>
>
> -- 
> *monoBOT*
> Visite mi sitio(Visit my site): monobotsoft.es/blog/
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cabc716e-f8fe-401c-afe0-6f2696f78fb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to