Skip to content

Commit e4f603f

Browse files
authored
Update install.sh
1 parent dc6b5a9 commit e4f603f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bash/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ sudo apt install -y python3
1515
echo 'Installing PIP3...'
1616
sudo apt install -y python3-pip
1717

18-
echo 'Installing Virtualenv...'
19-
sudo apt install -y python3-virtualenv
18+
echo 'Installing python3-venv...'
19+
sudo apt install -y python3-venv
2020

2121
echo 'Creating path: /www/wwwroot'
2222
sudo mkdir -p /www/wwwroot

0 commit comments

Comments
 (0)