subuser-security / subuser

Run programs on linux with selectively restricted permissions.
http://subuser.org
GNU Lesser General Public License v3.0
890 stars 65 forks source link

Use install with git checkout needs module inclusion #358

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi,

I've checkout the master branch and followed the documentation to use the master branch instead of pip install or setup.py. I'm using Python 3.8.

Add subuser/logic and ~/.subuser/bin to your path by adding the line PATH=$HOME/subuser/logic:$HOME/.subuser/bin:$PATH to the end of your .bashrc file.

Subuser couldn't start because it errored when including libs from subuserlib folder.

With this change, the git install works as it detects the subuserlib module.