diff --git a/cyberpanel.sh b/cyberpanel.sh index 8bc1b726f..c5d9011c2 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -1010,6 +1010,7 @@ if [[ $debug == "0" ]] ; then exit fi +virtualenv -p /usr/bin/python3 /usr/local/CyberCP if [[ $debug == "1" ]] ; then if [[ $UBUNTU_20 == "False" ]] ; then /usr/local/CyberPanel/bin/pip3 install --ignore-installed /usr/local/pip-packs/* diff --git a/install/install.py b/install/install.py index ed7f9aecf..a746e4f1c 100755 --- a/install/install.py +++ b/install/install.py @@ -1318,6 +1318,10 @@ imap_folder_list_limit = 0 os.chdir(self.cwd) + print(os.getcwd()) + + time.sleep(30) + if self.distro == ubuntu: command = "apt-get -y install gcc g++ make autoconf rcs" else: