I created a virtualenv around my project, but when I try to activate it I cannot. It might just be syntax or folder location, but I am stumped right now.
You can see
In Windows platform,
you should use this command with path specified where you have installed a virtual environment.
$ .\env\Scripts\activate
By this, You should be able to activate this on windows.