I want to install django-admin in my project in virtualenv. After pip install django-admin I receive: fatal error LNK1104: cannot open file 'MSVCRT.lib'
Microsoft Visual Studio 10.0\\VC\\Bin\\link.exe' failed with exit status 1104
I found solutions to fix this for all projects in c++, but can't find any solutions for django. Linker is setted and worked.
Tried to create c++ project - works. For other non virtualenv c++ required libraries (ex. numpy) : Broken toolchain: cannot link a simple C program.