我正在使用cron作业在我的服务器上运行Python脚本:
/usr/bin/python/home/JohnDoe/scripts/Sample.py
我收到错误说
Traceback (most recent call last):
File "/home/JohnDoe/scripts/Sample.py", line 2, in <module>
import gspread
ImportError: No module named gspread\
有没有简单的方法来运行我的第三方模块?