Cron calling python script throws error of Module not found for Libraries that are installed and working fine when individually that Python script is executed in virtualenv on ssh
Python script runs in virtualend in ssh , Now trying to set cron for that script and add error log
error log
ModuleNotFoundError: No module named 'google.cloud'
Want to libraries path to be set as per new python3.6 installation instead of python2.7 default path