[08:13:55] <nanonyme> dstufft, yeah, guess you're right. I do have seen such Windows API's used such that you have cmd /c prefix before the .cmd
[08:14:47] <nanonyme> The thing just is, common practice on *nix is executables do not have a suffix. You can't do that with Windows
[14:36:08] <joke2k> ive a problem with zsh (oh-my-zsh) with virtualenv(wrapper) command: mkvirtualenv produces this error "IOError: [Errno 40] Too many levels of symbolic links: 'bin/python'". if i logging-in with bash, mkvirtualenv works like a sharm. i saw the option VIRTUALENV_PYTHON and i tried to set it to /usr/bin/python2.7 (it's a real file, not symlink)... but the error remains