$ pip install celery
$ pip install redis
If you have a sub-branch e.g. master-v2
that has way too many changes and diverged from the master
branch then in order to force the changes to master branch we use the following.
git fetch
git checkout master
git reset --hard origin/[sub-branch name]
git push origin master -f
1- Check if Sublime is already installed using the following command
/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl
2- Check if /usr/local/bin
is in your PATH using echo $PATH
This should output something like /usr/local/bin:/usr/bin:/bin:/usr/sbin