mirror of https://github.com/D4-project/d4-core
fix: [server install] add screen
parent
fe2b98dd93
commit
b37aa38d3b
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
set -x
|
||||
|
||||
sudo apt-get install python3-pip virtualenv -y
|
||||
sudo apt-get install python3-pip virtualenv screen -y
|
||||
|
||||
if [ -z "$VIRTUAL_ENV" ]; then
|
||||
virtualenv -p python3 D4ENV
|
||||
|
|
Loading…
Reference in New Issue