add missing virtualenv

This commit is contained in:
Usman Nasir
2020-05-12 03:05:07 +05:00
parent 536d3da622
commit 2a90ec2dfd
2 changed files with 5 additions and 0 deletions

View File

@@ -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: