Subject: Re: [Tutor] trouble installing library
 

>
>guys having got the install to work, a part of the process fails me.. the full 
>code instruction is:
> 
>$ virtualenv --no-site-packages gmapenv 
>$ cd gmapenv 
>$ ls 
>bin/  include/  lib/ 
>$ . bin/activate
> 
>since im on windows i used dir instead of ls, but this line:
> 
>$ . bin/activate
> 
>is not recognised as a command. If i try to open it wth python cmd says no 
>such file or directory
>
>
>The dot (.) command is used to source a file, It executes Unix like commands 
>in bin/activate. Not relevant when  you're on windows. Is there a .bat or .cmd 
>file instead?
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to