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 b531dca commit 89c1f89Copy full SHA for 89c1f89
cyberpanel.sh
@@ -1130,7 +1130,12 @@ if [[ $PROVIDER == "Alibaba Cloud" ]] ; then
1130
pip install setuptools==40.8.0
1131
fi
1132
1133
-pip install virtualenv
+if [[ $SERVER_OS == "CentOS" ]] ; then
1134
+ pip install virtualenv==16.7.9
1135
+ else
1136
+ pip install virtualenv
1137
+fi
1138
+
1139
virtualenv --system-site-packages /usr/local/CyberPanel
1140
source /usr/local/CyberPanel/bin/activate
1141
rm -rf requirements.txt
0 commit comments