i installed virtualenv
and virtualenvwrapper
and with this command i created an environment:
mkvirtualenv cv
it works and after creating i was in the new environment. right now i restarted my computer and i want to activate
that environment again, but how?
i use this tutorial to install Opencv on my Mac and one of steps is creating new environment. im confused right now:
http://www.pyimagesearch.com/2015/06/15/install-opencv-3-0-and-python-2-7-on-osx/
i uses virtualenv
already but im new to virtualenvwrapper
and i dont know what i have to do now