dotlah! dotlah!
  • Cities
  • Technology
  • Business
  • Politics
  • Society
  • Science
  • About
Social Links
  • zedreviews.com
  • citi.io
  • aster.cloud
  • liwaiwai.com
  • guzz.co.uk
  • atinatin.com
0 Likes
0 Followers
0 Subscribers
dotlah!
  • Cities
  • Technology
  • Business
  • Politics
  • Society
  • Science
  • About
  • Technology

How To: Configure Python Virtual Environment In Ubuntu

  • April 6, 2019
Total
0
Shares
0
0
0

Overview

This guide/article shows how to install, configure/create and use a Python Virtual environment.

Prerequisites

  • Operating System: Ubuntu 16 or greater
  • Python is installed. Python 3.X or 2.X.

Steps

Check that Python is available on the system. The Python version should be returned.

# If Python 2.x
$ python --version

# If Python 3.x
$ python3 --version

For the next steps, we will be using Python 3.7 for the sample, but should still be usable for Python 2.X.

01. Install Python Pip. Pip is a package manager for Python.


$ sudo apt-get update
$ sudo apt-get install python3-pip -y

 

02. Verify that Pip has been installed.


$ pip3 --version

 

03. Install the Python Virtual environment


$ sudo apt-get install python3-venv

 

04. Navigate to the directory on where to create the Virtual environment. In this example, we will be creating the virtual environment on the HOME directory.


$ cd ~

# FORMAT
$ python3 -m venv

# SAMPLE
$ python3 -m venv dotlah-python-venv

 

Note that this command will create a Virtual Environment that uses the current version of Python. Which is Python 3.7 in this example.

 

05. Activate the virtual environment.


$ cd ~
$ source dotlah-python-venv/bin/activate

 

06. If the terminal or shell has been prepend with the name of the virtual environment. Then the Virtual environment has been activated successfully.

 

Advantages

“Python applications will often use packages and modules that don’t come as part of the standard library. Applications will sometimes need a specific version of a library, because the application may require that a particular bug has been fixed or the application may be written using an obsolete version of the library’s interface.”

— https://docs.python.org

— Virtual environment helps isolate the dependencies of different projects separate from each other

— Different applications can use different virtual environments with different python packages or libraries

— Different virtual environments can also be used for testing different versions of a Python package. Example is when migrating or upgrading from a lower version to a newer version. Checking if there will be incompatibilities with new version.

Total
0
Shares
Share
Tweet
Share
Share
Related Topics
  • How To
  • Programming
  • Python
  • Ubuntu
majulah

Previous Article
  • Cities
  • Lah!

An Easier Way To Travel With SimplyGo

  • April 4, 2019
View Post
Next Article
  • Technology

How To: Create A Flask/API Project In Ubuntu

  • April 6, 2019
View Post
You May Also Like
View Post
  • Artificial Intelligence
  • Technology

U.S. Ski & Snowboard and Google Announce Collaboration to Build an AI-Based Athlete Performance Tool

  • Dean Marc
  • February 8, 2026
View Post
  • Artificial Intelligence
  • Technology

IBM to Support Missile Defense Agency SHIELD Contract

  • Dean Marc
  • February 5, 2026
Smartphone hero image
View Post
  • Gears
  • Technology

Zed Approves | Smartphones for Every Budget Range

  • Ackley Wyndam
  • January 29, 2026
View Post
  • People
  • Technology

This is what the new frontier of AI-powered financial inclusion looks like

  • dotlah.com
  • January 2, 2026
View Post
  • Artificial Intelligence
  • Technology

How AI can accelerate the energy transition, rather than compete with it

  • dotlah.com
  • November 19, 2025
View Post
  • Gears
  • Technology

Apple Vision Pro upgraded with the powerful M5 chip and comfortable Dual Knit Band

  • Dean Marc
  • October 15, 2025
View Post
  • Gears
  • Technology

Meet Samsung Galaxy Tab S11 Series: Packing Everything You Expect From a Premium Tablet

  • Dean Marc
  • September 4, 2025
View Post
  • Technology

Malaysia’s ‘ASEAN Shenzhen’ needs some significant legal reform to take off — here’s how

  • dotlah.com
  • August 25, 2025


Trending
  • 1
    • Science
    The Great Mystery Of Mathematics Is Its Lack Of Mystery
    • October 27, 2017
  • 2
    • Lah!
    Novel COVID-19 Swabs To Address Shortage
    • July 14, 2020
  • 3
    • Society
    • Technology
    Microsoft Launches Code; Without Barriers Across Nine Countries In Asia Pacific
    • September 28, 2021
  • 4
    • Environment
    • People
    What The Latest Coronavirus Tells Us About Emerging New Infections
    • January 27, 2020
  • 5
    • Cities
    • Lah!
    MPA And SMI to Co-fund Three Joint Industry-Research Consortiums To Develop And Pilot Electric Harbourcraft In Singapore
    • August 10, 2021
  • womens-rights-colin-lloyd-tQI4mhH60PE-unsplash 6
    • People
    The Legal Status Of Abortion Worldwide
    • June 25, 2022
  • 7
    • Lah!
    The Future Of Energy Is Being Shaped In Asia
    • December 30, 2019
  • 8
    • Artificial Intelligence
    • Technology
    Mitsubishi Motors Canada Launches AI-Powered “Intelligent Companion” to Transform the 2025 Outlander Buying Experience
    • March 10, 2025
  • paris-eiffel -tower-jad-limcaco-NT1mJPgni6A-unsplash 9
    • Featured
    Your Ultimate Insider’s Guide to Taylor Swift’s Paris Eras Tour
    • May 11, 2024
  • 10
    • Lah!
    A Fresh Digital Start For Environmental Services
    • May 29, 2021
  • Cloud 11
    • Engineering
    • People
    • Public Cloud
    Why We Need Both Cloud Engineers And Cloud Architects
    • March 11, 2024
  • passport-travel-map-171046 12
    • Cities
    • Features
    • People
    Top Ways To Get International Residency And Why You Might Need One
    • March 27, 2021
Trending
  • Samsung Odyssey 1
    Samsung Showcases Glasses-Free 3D and HDR10+ GAMING With Acclaimed Game Titles at GDC 2026
    • March 9, 2026
  • 2
    How the Iran war could create a ‘fertiliser shock’ – an often ignored global risk to food prices and farming
    • March 6, 2026
  • 3
    About 23,000 community care sector employees could get at least 7% pay raise as part of new salary guidelines
    • February 18, 2026
  • 4
    U.S. Ski & Snowboard and Google Announce Collaboration to Build an AI-Based Athlete Performance Tool
    • February 8, 2026
  • 5
    IBM to Support Missile Defense Agency SHIELD Contract
    • February 5, 2026
  • Smartphone hero image 6
    Zed Approves | Smartphones for Every Budget Range
    • January 29, 2026
  • 7
    Zed Approves | Work From Anywhere, Efficiently – The 2026 Essential Gear Guide
    • January 20, 2026
  • 8
    Global power struggles over the ocean’s finite resources call for creative diplomacy
    • January 17, 2026
  • 9
    New research may help scientists predict when a humid heat wave will break
    • January 6, 2026
  • 10
    This is what the new frontier of AI-powered financial inclusion looks like
    • January 2, 2026
Social Links
dotlah! dotlah!
  • Cities
  • Technology
  • Business
  • Politics
  • Society
  • Science
  • About
Connecting Dots Across Asia's Tech and Urban Landscape

Input your search keywords and press Enter.