[Tutor] Activating virtualenv in Windows

eryksun eryksun at gmail.com
Mon Jan 6 13:01:56 CET 2014


On Mon, Jan 6, 2014 at 5:59 AM, Rafael Knuth <rafael.knuth at gmail.com> 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.

http://www.virtualenv.org/en/latest/virtualenv.html#windows-notes

http://www.virtualenv.org/en/latest/virtualenv.html#activate-script


More information about the Tutor mailing list