Section outline

Main course page

  • In this unit, we'll see how to create different kinds of "virtual" environments that are "separate" from the rest of the computer.
    This way, you can install multiple versions of the same python library (useful for Intro2CS), or even multiple different operating systems (useful if you want to use Linux and Windows at the same time)!

    Relevant links:
    Unit playlist

    ------------------