update to python venv

This commit is contained in:
Usman Nasir
2019-12-13 11:05:18 +05:00
parent ea7a931ed7
commit 96b9f1ca7e
2 changed files with 5 additions and 5 deletions

View File

@@ -1556,7 +1556,7 @@ imap_folder_list_limit = 0
os.chdir("wsgi-lsapi-1.4")
command = "python ./configure.py"
command = "/usr/local/CyberPanel/bin/python ./configure.py"
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
command = "make"