File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,18 @@ This page is an accumulator for nexus feeder content: Various places where resea
8989 - ` lsb_release -a ` in "Linux" gives me 18.04: ` /home/kilroy ` with lots of repos, folders, files
9090 - One has a home directory full of stuff; the other has only ` .something ` files and directories
9191- WSL2 is running
92- - VSCode seems to know about one version of Linux
93- - So the checklist of the clean slate is VSCode sees the same Linux file system that I actually use
92+ - VSCode seems to have its own ideas
93+ - Terminal starts PowerShell which lands in C:\Users\kilroy (home directory of Windows User kilroy)
94+ - Terminal += Ubuntu (WSL) lands in bash but same location Windows User kilroy home
95+ - This is styled as ` /mnt/c/Users/kilroy ` in Linux
96+ - If I say ` cd ~ ` I wind up in ` /home/kilroy ` the cluttered version
97+ - So the null hypothesis says ` lsb_release -a ` gives me Linux 18.04: Confirmed
98+ - Terminal += ` Ubuntu-20.04 (WSL) ` gives a new bash shell in ` /mnt/c/Users/kilroy ` with 20.04 confirmed
99+ - ` cd ~ ` goes to ` /home/kilroy ` with ` .something ` content plus the ` nobody_home ` touch file
100+ - Terminal += ` Azure Cloud Shell (bash) ` does not work; some additional install ` jsnode ` missing
101+ - In summary both Linux installs are "visible" to VSCode through Ubuntu Terminal options
102+ - Both involve WSL and wander off into the respective home file systems
103+ - End result: VSCode agrees about which Ubuntu/Python/home
94104- Backing everything up
95105 - Back up both versions of Linux including the ` .something ` material
96106 - Back up the repos (with respect to the other PC also)
You can’t perform that action at this time.
0 commit comments