Skip to content

setup command for windows #5

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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