Django – 02 Computer Inventory – Installing Prerequisites

Spread the love

In this video, we will go through the installation of the prerequisites: python-setuptools, text editor (Sublime text 3) and virtualenv

COMMANDS USED:

[code language="bash"]

sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer
sudo apt-get install python-setuptools
sudo easy_install virtualenv

or 

sudo apt install virtualenv

[/code]

Use the following code for Ubuntu 18 and above to install sublime text editor:

[code]
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt-get update
sudo apt-get install sublime-text
[/code]

Spread the love

About the author

arbadjie

Hi, I'm Abdourahman Badjie, an aspiring developer with obsession for anything coding and networking. This blog is dedicated to helping people learn to develop web applications using django framework.

View all posts

7 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *