This tutorial took awhile, i've been trying to figure this out for a long time.
Installing Homebrew
If you don't know, Homebrew is a package manager (like npm), written in ruby, for Mac OS X and Linux. Replit's VM is a Linux, but with a lot of restrictions. (no sudo, no root access, etc.) To install it, type this in the terminal, or in a bash file:
Homebrew
Hi!
This tutorial took awhile, i've been trying to figure this out for a long time.
Installing Homebrew
If you don't know, Homebrew is a package manager (like npm), written in ruby, for Mac OS X and Linux. Replit's VM is a Linux, but with a lot of restrictions. (no sudo, no root access, etc.)
To install it, type this in the terminal, or in a bash file:
then this:
Now, you can use Homebrew!
Note: run
export PATH="$(pwd)/homebrew/bin:$PATH"
whenever you want to use something.That's not a bug, your repls are simply a collection of files that are run, ~/.bashrc is not saved.
@programmeruser Ok, thanks!