Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: iAtYJ4HpUVfIUoNnif1DA
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: iAtYJ4HpUVfIUoNnif1DA
| #!/bin/bash | |
| # This script is for rebuilding the virtualenv when using virtualenvwrapper | |
| # Sometimes the virtualenv is broken after upgrading the python version | |
| # Inspired from https://gist.github.com/pujianto/7df2413d64480f7797e1f0c434841283 | |
| # | |
| # Usage: | |
| # $ ./venv_upgrade.sh | |
| # Input your virtualenvs base directory then select the virtualenv you want to rebuild | |
| if [ "`command -v pip`" == "" ]; then |