Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| infrastructure:schroot [2021/10/18 10:54] – s_fuyedc | infrastructure:schroot [2022/09/01 15:01] (current) – stelter |
|---|
| </code> | </code> |
| |
| Now put the following settings into it. | Now put the following settings into it. Don't forget to replace your own username at 'users' and to remove the comment after the user name. |
| |
| <code> | <code> |
| root-groups=root | root-groups=root |
| root-users=root | root-users=root |
| | profile=default |
| </code> | </code> |
| |
| ===Final touches=== | ===Final touches=== |
| |
| For a little bit more convenience, put the following in your host-machine's bash setup (.bashrc in the home directory). Streaming to /dev/null only prevents these calls to produce output. The conditional (== "focal") depends on the name of your environment, which was set in the file at the beginning of this page. The PYTHONPATH needs to be reset because focal and bionic use different default versions of python. Also, the ssh-agent needs a restart when the environment changes. | For a little bit more convenience, put the following in your host-machine's bash setup (.bashrc in the home directory). Streaming to /dev/null only prevents these calls from producing output. The conditional (== "focal") depends on the name of your environment, which was set in the file at the beginning of this page. The PYTHONPATH needs to be reset because focal and bionic use different default versions of python. Also, the ssh-agent needs a restart when the environment changes. |
| |
| <code> | <code> |