Skip to content

Instantly share code, notes, and snippets.

View Varnan's full-sized avatar

Varnan K Varnan

View GitHub Profile
@Varnan
Varnan / Ubuntu_Python_for_starters.txt
Last active July 21, 2020 06:14
Tutorial for python starters for setting their ubuntu work environment .
=========================== 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