Skip to content
Snippets Groups Projects
Commit 3c5bf5d5 authored by ANTO SAGAYA JUSTIN R's avatar ANTO SAGAYA JUSTIN R :speech_balloon:
Browse files

Update file create venv file.txt

parent db283aab
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,9 @@ Any python packages installing to environment error: ...@@ -6,6 +6,9 @@ Any python packages installing to environment error:
Create a Venv File: Create a Venv File:
python -m venv iotcloud python -m venv iotcloud
Activate This Venv File:
source iotcloud/bin/activate
Git command meaning: Git command meaning:
1. git push origin master ( pushes the local master branch to the remote repository. ) 1. git push origin master ( pushes the local master branch to the remote repository. )
2. git push origin main ( git push to main branch. ) 2. git push origin main ( git push to main branch. )
...@@ -36,8 +39,6 @@ vs code remote ssh connecting error on raspberry pi: ...@@ -36,8 +39,6 @@ vs code remote ssh connecting error on raspberry pi:
This is linux cmd: This is linux cmd:
rm -f ~/ .ssh/known_hosts ( warning remot host identification has changed delete old known_hosts.) rm -f ~/ .ssh/known_hosts ( warning remot host identification has changed delete old known_hosts.)
Activate This Venv File:
source iotcloud/bin/activate
Linex System PC Full Information Command: Linex System PC Full Information Command:
/proc/cpuinfo /proc/cpuinfo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment