Signed-off-by: rakeshgm <rakeshgm014@gmail.com>
'source',
'venv/bin/activate',
run.Raw(';'),
- run.Raw('pip install --upgrade setuptools'),
+ run.Raw('pip3 install --upgrade setuptools'),
run.Raw(';'),
'deactivate'])
'source',
'venv/bin/activate',
run.Raw(';'),
- run.Raw('pip install boto boto3 names PyYaml psutil ConfigParser'),
+ run.Raw('pip3 install boto boto3 names PyYaml psutil ConfigParser'),
run.Raw(';'),
'deactivate'])
'source',
'venv/bin/activate',
run.Raw(';'),
- run.Raw('pip install boto boto3 names PyYaml ConfigParser'),
+ run.Raw('pip3 install boto boto3 names PyYaml ConfigParser'),
run.Raw(';'),
'deactivate'])
time.sleep(60)
'source',
'venv/bin/activate',
run.Raw(';'),
- run.Raw('pip install boto boto3 names PyYaml ConfigParser'),
+ run.Raw('pip3 install boto boto3 names PyYaml ConfigParser'),
run.Raw(';'),
'deactivate'])