Using environment variables, successful in creating vartualenv but when I am trying to activate it by myenv/bin/activate it says badly places ()'s.
virtualenv my env
source myenv/bin/activate
badly placed()'s
I've also tried ./myenv/bin/activate. How do I solve this? where should I place ()'s?