Add for Programming Python the usage of venv ```bash python -m venv my_env chmod +x my_env/bin/activate source my_env/bin/activate ```