UberAffe
UberAffe
EDSEthan's dev spot
Created by UberAffe on 2/19/2024 in #questions
Issues setting up on windows
Environment setup always wrecks me. I cannot get Turso to install, I always get a wsl error:
<3>WSL (8) ERROR: CreateProcessParseCommon:754: getpwuid(0) failed 2 Processing fstab with mount -a failed. <3>WSL (8) ERROR: CreateProcessEntryCommon:331: getpwuid(0) failed 2 <3>WSL (8) ERROR: CreateProcessEntryCommon:502: execvpe /bin/bash failed 2 <3>WSL (8) ERROR: CreateProcessEntryCommon:505: Create process not expected to return
I am using powershell 7, not the default windows powershell. I get that error with all of these commands:
curl -sSfL https://get.tur.so/install.sh | bash
curl https://get.tur.so/install.sh | bash
powershell -c "iwr https://get.tur.so/install.sh | bash -sSfL"
powershell -c "iwr https://get.tur.so/install.sh | bash"
powershell -c "iwr https://get.tur.so/install.sh | bash" -sSfL
curl -sSfL https://get.tur.so/install.sh | bash
curl https://get.tur.so/install.sh | bash
powershell -c "iwr https://get.tur.so/install.sh | bash -sSfL"
powershell -c "iwr https://get.tur.so/install.sh | bash"
powershell -c "iwr https://get.tur.so/install.sh | bash" -sSfL
Any ideas on what else I can try, or if there is something I need to change/install first?
5 replies