Skip to content

r-keenan/tensorflow-ml-and-dl

Repository files navigation

Virtual Environment Creation and Activation

MacOS/Linux

Create the Virtual Environment

    python3 -m venv <venvFolderName>

Activate the Virtual Environment

    source venv/bin/activate

Deactivate the Virtual Environment

    deactivate

Windows

Create the Virtual Environment

    python3 -m venv <venvFolderName>

Activate the Virtual Environment

    .\venv\Scripts\activate

Deactivate the Virtual Environment

    deactivate

About

Learning Tensorflow, ML, and DL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages