SlideShare uma empresa Scribd logo
1 de 8
Baixar para ler offline
How to isolate
python installations
with virtualenv

Divick Kishore,
iWish Inc, www.iwishapp.com,
divick@iwishapp.com
When to use virtualenv?

● If you don't have sudo or root access on a
  development machine
● You want to try out a new package without
  polluting the system directories / global
  python installation
● You want to test your code with a new
  version of a library without uninstalling the
  previous version
● You want to test your code in an isolated
  environment before you deploy it to a
  production server
What is Virtualenv

● Tool to create isolated python environment
  quite like chroot jail on Unix systems
● Difference being that program running in
  chroot jail cannot access anything outside of
  chrooted folder while virtualenv allows
  installation of multiple versions of a single
  library
Virtualenv setup and usage

● Install Virtualenv
  $ pip install virtualenv

● Create a Virtualenv
  $ virtualenv --no-site-packages ve
   ○ The name of virtualenv can be anything you like
   ○ --no-site-packages is optional as it is the default
   ○ The way it works is by creating symlinks to your
     global python installation
● Use the isolated Python environment
   ○ To enter the environment run:
      $ source ./ve/bin/activate
      (ve) $
Enter the Virtualenv

● On entering the virtualenv, notice the
  command prompt change. It has a (ve) prefix
  now
     $ source ./ve/bin/activate
     (ve) $

● Before entering the virtualenv, see the list of
  packages installed
     $ pip freeze
     Brlapi==0.5.5
     CouchDB==0.8
     Django==1.3
     Fabric==1.3.4
     ...
Install packages in newly created
Virtualenv

● On entering the virtualenv, see the list of
  packages installed
     (ve) $ pip freeze
     (ve) $
   ○ As you can see above, there are no packages
     installed and you have a clean environment to begin
     testing
● Now you can install any package that you
  like which will get installed in the virtualenv
  've' that you just created
  (ve) $ pip install <package-name>
  (ve) $ pip install -r requirements.txt
Exit VirtualEnv

● Simply run
  (ve) $ deactivate
  $

● See the command prompt change back to $
  without 've' prefix
Summary

● Virtualenv and pip are must use tools for any
  python developer
● It seem daunting at first, but both Virtualenv
  and Pip are quite easy to setup and use
● Use Pip and Virtualenv in combination
  earlyon to avoid headaches in long run

Mais conteúdo relacionado

Destaque

Portafolio Manuel Ventura
Portafolio Manuel VenturaPortafolio Manuel Ventura
Portafolio Manuel VenturaManuel Ventura
 
Bipin Kumar_Pal_Pharmaceuticals_Assistant Manager_10+_CV
Bipin Kumar_Pal_Pharmaceuticals_Assistant Manager_10+_CVBipin Kumar_Pal_Pharmaceuticals_Assistant Manager_10+_CV
Bipin Kumar_Pal_Pharmaceuticals_Assistant Manager_10+_CVBipinKumar Pal
 
Presentacion juventud y redes sociales centro juvenil scj
Presentacion juventud y redes sociales centro juvenil scjPresentacion juventud y redes sociales centro juvenil scj
Presentacion juventud y redes sociales centro juvenil scjManuel Ventura
 
TELiBrahma news_ outlook business
TELiBrahma news_ outlook businessTELiBrahma news_ outlook business
TELiBrahma news_ outlook businessAnjan Jayasimha
 
короткое замыкание
короткое замыканиекороткое замыкание
короткое замыканиеLizazazaza
 
2013년 지부목표 및 슬로건
2013년 지부목표 및 슬로건2013년 지부목표 및 슬로건
2013년 지부목표 및 슬로건Johney Kim
 
Rakhee Patnaik Resume
Rakhee Patnaik  Resume  Rakhee Patnaik  Resume
Rakhee Patnaik Resume Rakhee Patnaik
 
Presentation222
Presentation222Presentation222
Presentation222kolomas
 
Teaching and learning together csun 2012
Teaching and learning together csun 2012Teaching and learning together csun 2012
Teaching and learning together csun 2012maurastriano
 
куклы в интерьере
куклы в интерьерекуклы в интерьере
куклы в интерьереsaytina
 
куклы в интерьере
куклы в интерьерекуклы в интерьере
куклы в интерьереsaytina
 

Destaque (17)

La escuela es aburrida
La escuela es aburridaLa escuela es aburrida
La escuela es aburrida
 
Portafolio Manuel Ventura
Portafolio Manuel VenturaPortafolio Manuel Ventura
Portafolio Manuel Ventura
 
Food for thought
Food for thought Food for thought
Food for thought
 
Bipin Kumar_Pal_Pharmaceuticals_Assistant Manager_10+_CV
Bipin Kumar_Pal_Pharmaceuticals_Assistant Manager_10+_CVBipin Kumar_Pal_Pharmaceuticals_Assistant Manager_10+_CV
Bipin Kumar_Pal_Pharmaceuticals_Assistant Manager_10+_CV
 
Charla a influencer
Charla a influencerCharla a influencer
Charla a influencer
 
Presentacion juventud y redes sociales centro juvenil scj
Presentacion juventud y redes sociales centro juvenil scjPresentacion juventud y redes sociales centro juvenil scj
Presentacion juventud y redes sociales centro juvenil scj
 
Entertainment
EntertainmentEntertainment
Entertainment
 
TELiBrahma news_ outlook business
TELiBrahma news_ outlook businessTELiBrahma news_ outlook business
TELiBrahma news_ outlook business
 
Vgt
VgtVgt
Vgt
 
короткое замыкание
короткое замыканиекороткое замыкание
короткое замыкание
 
2013년 지부목표 및 슬로건
2013년 지부목표 및 슬로건2013년 지부목표 및 슬로건
2013년 지부목표 및 슬로건
 
Rakhee Patnaik Resume
Rakhee Patnaik  Resume  Rakhee Patnaik  Resume
Rakhee Patnaik Resume
 
La escuela es aburrida esp
La escuela es aburrida espLa escuela es aburrida esp
La escuela es aburrida esp
 
Presentation222
Presentation222Presentation222
Presentation222
 
Teaching and learning together csun 2012
Teaching and learning together csun 2012Teaching and learning together csun 2012
Teaching and learning together csun 2012
 
куклы в интерьере
куклы в интерьерекуклы в интерьере
куклы в интерьере
 
куклы в интерьере
куклы в интерьерекуклы в интерьере
куклы в интерьере
 

Último

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 

Último (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 

How to isolate python installations with virtualenv

  • 1. How to isolate python installations with virtualenv Divick Kishore, iWish Inc, www.iwishapp.com, divick@iwishapp.com
  • 2. When to use virtualenv? ● If you don't have sudo or root access on a development machine ● You want to try out a new package without polluting the system directories / global python installation ● You want to test your code with a new version of a library without uninstalling the previous version ● You want to test your code in an isolated environment before you deploy it to a production server
  • 3. What is Virtualenv ● Tool to create isolated python environment quite like chroot jail on Unix systems ● Difference being that program running in chroot jail cannot access anything outside of chrooted folder while virtualenv allows installation of multiple versions of a single library
  • 4. Virtualenv setup and usage ● Install Virtualenv $ pip install virtualenv ● Create a Virtualenv $ virtualenv --no-site-packages ve ○ The name of virtualenv can be anything you like ○ --no-site-packages is optional as it is the default ○ The way it works is by creating symlinks to your global python installation ● Use the isolated Python environment ○ To enter the environment run: $ source ./ve/bin/activate (ve) $
  • 5. Enter the Virtualenv ● On entering the virtualenv, notice the command prompt change. It has a (ve) prefix now $ source ./ve/bin/activate (ve) $ ● Before entering the virtualenv, see the list of packages installed $ pip freeze Brlapi==0.5.5 CouchDB==0.8 Django==1.3 Fabric==1.3.4 ...
  • 6. Install packages in newly created Virtualenv ● On entering the virtualenv, see the list of packages installed (ve) $ pip freeze (ve) $ ○ As you can see above, there are no packages installed and you have a clean environment to begin testing ● Now you can install any package that you like which will get installed in the virtualenv 've' that you just created (ve) $ pip install <package-name> (ve) $ pip install -r requirements.txt
  • 7. Exit VirtualEnv ● Simply run (ve) $ deactivate $ ● See the command prompt change back to $ without 've' prefix
  • 8. Summary ● Virtualenv and pip are must use tools for any python developer ● It seem daunting at first, but both Virtualenv and Pip are quite easy to setup and use ● Use Pip and Virtualenv in combination earlyon to avoid headaches in long run