Skip to content Skip to sidebar Skip to footer

Mkproject: Command Not Found

I am trying to learn Flask I want to use mkproject to generate the project. Virtualenvwrapper provides a 'mkproject' command. It's the exact same as the mkvirtualenv command bu

Solution 1:

You need to activate virtualenvwrapper. Run this manually or put it in your .bashrc:

source /usr/local/bin/virtualenvwrapper.sh

Post a Comment for "Mkproject: Command Not Found"