Re: [Tutor] Activating virtualenv in Windows

2014-01-07 Thread Albert-Jan Roskam
-- On Mon, Jan 6, 2014 1:01 PM CET eryksun wrote: >On Mon, Jan 6, 2014 at 5:59 AM, Rafael Knuth wrote: >> >> does anyone know how to activate virtualenv in Windows? >> Virtualevwrapper works great on Linux, maybe on Widows too: https://pypi.python.org/pypi/

Re: [Tutor] Activating virtualenv in Windows

2014-01-06 Thread eryksun
On Mon, Jan 6, 2014 at 5:59 AM, Rafael Knuth wrote: > > does anyone know how to activate virtualenv in Windows? > In Terminal it's: > > source bin/activate > > Couldn't find the corresponding command for Windows that actually worked. > Any ideas? Scripts are installed to `Scripts` on Windows. ht

Re: [Tutor] Activating virtualenv in Windows

2014-01-06 Thread Srinivas Nyayapati
Hello > On Jan 6, 2014, at 6:08 AM, Rafael Knuth wrote: > > Hej guys, > > does anyone know how to activate virtualenv in Windows? > In Terminal it's: > > source bin/activate Just run the script directly from the prompt - C://bin/activate HTH -Srini

[Tutor] Activating virtualenv in Windows

2014-01-06 Thread Rafael Knuth
Hej guys, does anyone know how to activate virtualenv in Windows? In Terminal it's: source bin/activate Couldn't find the corresponding command for Windows that actually worked. Any ideas? Thanks! Rafael ___ Tutor maillist - Tutor@python.org To uns