Skip to content

A simple tool that enables immutable Linux distribution to install and use linuxbrew bottles without root privilege.

Notifications You must be signed in to change notification settings

ImBearChild/brewenv.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

brewenv.py

A simple tool that enables immutable Linux distribution to install and use linuxbrew bottles without root privilege.

Usage

Just download the brewenv.py and put it in your $PATH.

To install linuxbrew, please execute:

brewenv.py install

brewenv.py will create an environment with bwrap, which will utilize mount namespace to bin mount /home/linuxbrew/.linuxbrew inside it. And there will be no path like /var/home making brew confused.

And then you can enter the environment by executing:

brewenv.py exec

About

A simple tool that enables immutable Linux distribution to install and use linuxbrew bottles without root privilege.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages