This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=========================== SETTING WORKING ENVIORNMENT ========================= | |
sudo apt-get install python-setuptools python-pip postgresql libjpeg62 libjpeg62-dev libpq-dev python-dev python-virtualenv zlib1g-dev libfreetype6 libfreetype6-dev python-psycopg2 libmysqlclient-dev | |
1. Create virtual env through terminal | |
$ virtualenv ENV_Name |