The new virtual environment for the Python stuff isn’t activated by default when you open a shell into the container, so nothing useful works. Also the default sh sucks rocks.
Set root’s default shell to bash.
Add a .bashrc file with source $VENV_PATH/bin/activate.
The new virtual environment for the Python stuff isn’t activated by default when you open a shell into the container, so nothing useful works. Also the default
sh
sucks rocks.bash
..bashrc
file withsource $VENV_PATH/bin/activate
.