Why is the virtualenvwrapper mkproject command is not working in Windows 10? And what file do you edit for shell startup in Windows 10 to setup virtualenvwrapper?
Why is the virtualenvwrapper mkproject command is not working in Windows 10?
Because virtualenvwrapper-win
is not an exact clone of virtualenvwrapper
it's a different implementation of the same idea, nothing more.
See https://github.com/davidmarble/virtualenvwrapper-win/blob/master/README.rst#main-commands:
Use option -a project_path
for mkvirtualenv
command or setprojectdir
command.