Files
CyberPanel/install/venvsetup.sh

5 lines
266 B
Bash
Raw Normal View History

2019-12-12 06:17:01 +05:00
python3.6 -m venv /usr/local/CyberCP
source /usr/local/CyberCP/bin/activate
wget -O requirements.txt https://raw.githubusercontent.com/usmannasir/cyberpanel/p3/requirments.txt
2019-12-12 06:56:07 +05:00
pip3.6 install --ignore-installed -r requirements.txt
python3.6 -m venv /usr/local/CyberCP