When I was trying to create a virtual Env on Cygwin by:
$virtualenv venv
However, it returns error:
AssertionError: Filename C:\Python367\Lib\os.py does not start with any of these prefixes: ['C:\\python367', 'C:\\python367']
I tried all the solutions under this problem virtualenv on windows 7 returns AssertionError, but it doesn't help.