Skip to content
  • About
  • Contact
    • Gracias un chingo

Python Marketer

Cross-Disciplinary Programming Explorations

Month: April 2018

Written by pythonmarketerApril 10, 2018March 28, 2020

Creating Isolated Python Environments with Virtualenv

Why bother? Because with virtualenv, we can create multiple Python environments on one computer that each: Are capable of running different versions of Python. Right now I have both Python 2.7 and Python 3.8 installed and am able to create either environment and run code with that version’s Python interpreter. Isolate dependencies for external libraries. […]

Blog at WordPress.com.
Cancel