I have installed virtualenv and I'm trying to create a new environment and the following error occurs.
tukey:env juanzinser$ virtualenv general
-bash: virtualenv: command not found
I'm not sure is a virtualenv problem since the same goes on trying to create a new django project.
tukey:env juanzinser$ django-admin startproject mysite
-bash: django-admin: command not found
Not sure if it's a permission issue (I have admin rights though), because both virtualenv and django are correctly installed.
tukey:env juanzinser$ pip install virtualenv
Requirement already satisfied (use --upgrade to upgrade): virtualenv in /Library/Python/2.7/site-packages/virtualenv-13.1.2-py2.7.egg
Cleaning up...
tukey:env juanzinser$ pip install django
Requirement already satisfied (use --upgrade to upgrade): django in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
Cleaning up...