Exactly right. Installing python3 on Linux does not include pip. If you were to try running pip3 --version, you would get an error. On a Linux distribution, the order of operations is to install python3, and then curl bootstrap.pypa.io/get-pip.py -o get-pip.py. Check out what packaging.python.org/tutorials/installing-packages/ has to say about Linux for more information.
Finally! I've been looking for a solution because crontab wasn't working in the cli. Thanks for posting!
Great for a video but misleading for a CRON job. It is not a cron job - a program running indefinitely.
isnt it if we install python, pip will be included as well?
or this is because it is linux that separate python and pip comapred to windows?
Exactly right. Installing python3 on Linux does not include pip. If you were to try running pip3 --version, you would get an error. On a Linux distribution, the order of operations is to install python3, and then curl bootstrap.pypa.io/get-pip.py -o get-pip.py. Check out what packaging.python.org/tutorials/installing-packages/ has to say about Linux for more information.
the script is not running in the background . It stops when I hit (Ctrl + C) after the nohup command
its not a cron job. its just running your program in the server even after terminating the ssh
Not a cron job bro cmon...
Waste of time