3

venv) C:\Users\Sunil\PycharmProjects\project>source env/bin/activate 'source' is not recognized as an internal or external command, operable program or batch file.

venv) C:\Users\Sunil\PycharmProjects\project>source env/bin/activate 
2
  • 1
    Source is a *nix command, but apparently this is a Windows shell. I'm not sure if they know what source means. Commented Jun 15, 2019 at 16:06
  • 1
    On Windows, there is a .bat file, just run that. Commented Jun 15, 2019 at 16:13

1 Answer 1

6

In Windows environment you'll need to look for an activate.bat file - typically in the same folder as activate which is for *nix systems.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.