/usr/bin/env: python3: No such file or directory when running script from cron – CentOS
My BASH scrit has following line: video_id=$(/usr/local/bin/yt-dlp --no-warnings --get-id "$ChannelPath") it succeeds when runs from command line under certain user. When it runs from cron, under the same user, it results in: /usr/bin/env: python3: No such file or directory What…