Lolo Lolo wrote:
[snip]
> 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
>
[snip]

Instead of trying `. bin/activate` try `bin/activate` 
(note the lack of ". " at the beginning)

>From the documentation for Windows[1]:
`\path\to\env\Scripts\activate`

[1] https://pypi.python.org/pypi/virtualenv

~Ramit


This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.  
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to