MercuryWorkshop / anuraOS

A web "OS" and development environment with full linux emulation
https://anura.pro
GNU Affero General Public License v3.0
229 stars 310 forks source link

After using codespace-basic-setup in my codespace and then running make rootfs: build-alpine-bin.sh: 24: cargo: not found #205

Closed FunnyCorgi closed 5 days ago

FunnyCorgi commented 5 days ago

I ran codespaces-basic-setup, then make rootfs, selected 1, and got: build-alpine-bin.sh: 24: cargo: not found

ProgrammerIn-wonderland commented 5 days ago

Please attach the full output

ProgrammerIn-wonderland commented 5 days ago

Actually type exit in the terminal and reopen it. It's just not in your env

FunnyCorgi commented 5 days ago

I'll try tomorrow, will report back on if it works.

ading2210 commented 5 days ago

You should do source codespace-basic-setup.sh rather than bash codespace-basic-setup.sh. I've updated the docs to say this.