Celery could not find the command

according to the tutorial pip3 install celery, enter celery help prompt on the command line after the tutorial celery: can"t find the command. How to break

Mar.07,2021

celery is installed to the / usr/local/python3/bin/celery path by default, which is no longer in $PATH, so shell can't find this path. Just make a connection and you can ln-s / usr/local/python3/bin/celery / usr/bin/celery

.
Menu