diff --git a/create venv file/create venv file.txt b/create venv file/create venv file.txt index 1683b3bd57a499ab9b3cefce7f9c26e09bb46e6a..c2005693d8ce04a1cf9e3eef66aa004ebb56a559 100644 --- a/create venv file/create venv file.txt +++ b/create venv file/create venv file.txt @@ -1,9 +1,20 @@ + + Any python packages installing to environment error: sudo aptget install colour --break-system-packages Create a Venv File: python -m venv iotcloud +Git command meaning: + 1. git push origin master ( pushes the local master branch to the remote repository. ) + 2. git push origin main ( git push to main branch. ) + 3. git remote -v ( your record of remote repositories.) + + +vs code remote ssh connecting error on raspberry pi: + sudo rm -r .vscode* ( This command remove vs code server to RPI.) + Activate This Venv File: source iotcloud/bin/activate