Skip to content

alex-piccione/learning.AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning AI

(Google AI Devcamp 2024)[Google%20AI%20Devcamp%202024]

Python virtual environment

venv is the official tool.
Run this in the folder you want teh virtual Python environment python -m venv .venv

It will create a .venv folder.
To use it, it must be "activated":

Activate the virtual environment
source .venv/bin/activate for unix
source .venv/Scripts/activate for Windows (in a bash shell)

Deactivate the virtual environment
source .venv/bin/deactivate for unix
source .venv/Scripts/deactivate for Windows (in a bash shell)

Check the active virtual environment
which python
it should point to the .venv folder.

About

Learning AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors