Skip to content

setup command for windows #5

@jarvet

Description

@jarvet
virtualenv interview_env --python=python2.7
source interview_env/bin/activate

seems the command above won't work for Windows.

For Windows users (I'm Win 10), I'd suggest to try:

virtualenv interview_env --python=2.7
call interview_env/Scripts/activate.bat

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions