Spaces:
Runtime error
Runtime error
File size: 267 Bytes
bccd6e8 a137bf6 bccd6e8 a137bf6 |
1 2 3 4 5 6 7 8 9 10 11 |
curl -sSL -C- -o install-poetry.py https://install.python-poetry.org
python install-poetry.py
rm install-poetry.py
echo export PATH=~/.local/bin:$PATH > ~/.bashrc
source ~/.bashrc
apt update > /dev/null 2>&1
apt install byobu -y > /dev/null 2>&1
byobu-enable
byobu
|