[Tutor] trouble installing library

Prasad, Ramit ramit.prasad at jpmorgan.com
Tue Apr 23 23:18:10 CEST 2013


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.  


More information about the Tutor mailing list