Pranit
09/01/2022, 12:12 PMRyan Peden
09/01/2022, 12:19 PMpython
command, or do you have to run python3
?Pranit
09/01/2022, 12:24 PMRyan Peden
09/01/2022, 12:26 PMpython3
, I recommend creating a symlink so python
will work as well. The command to do so would look like:
sudo ln -s /usr/local/bin/python3 /usr/local/bin/python
However, on some systems, Python is in /usr/bin
, not /usr/local/bin
. If you aren't sure, run which python3
Pranit
09/01/2022, 12:27 PMPranit
09/01/2022, 12:28 PMTypeError: object NoneType can't be used in 'await' expression
Pranit
09/01/2022, 12:28 PMRyan Peden
09/01/2022, 12:30 PM