We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6b5a9 commit e4f603fCopy full SHA for e4f603f
bash/install.sh
@@ -15,8 +15,8 @@ sudo apt install -y python3
15
echo 'Installing PIP3...'
16
sudo apt install -y python3-pip
17
18
-echo 'Installing Virtualenv...'
19
-sudo apt install -y python3-virtualenv
+echo 'Installing python3-venv...'
+sudo apt install -y python3-venv
20
21
echo 'Creating path: /www/wwwroot'
22
sudo mkdir -p /www/wwwroot
0 commit comments