-
[root@iZj6c1e5fhbe6ikkvlwsxjZ takker-v1.3.0]# poetry run /home/takker/takker-v1.3.0/bot.py PermissionError [Errno 13] Permission denied: '/home/takker/takker-v1.3.0/bot.py' at /usr/local/lib/python3.9/os.py:597 in _execvpe /usr/local/lib/python3.9 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
你漏了 |
Beta Was this translation helpful? Give feedback.
你漏了
python
,poetry run
是在虚拟环境内执行 shell 指令而不是 python 指令所以应该使用
poetry run python bot.py