Fuyukai/OWAPI

Why?

Closed this issue · 7 comments

root@ubuntu:/OWAPI# PYTHONPATH=. pipenv run asphalt run -l uvloop config.ymlError: the command asphalt could not be found within PATH or Pipfile's [scripts].
root@ubuntu:
/OWAPI# cp config.example.yml config. root@ubuntu:~/OWAPI# PYTHONPATH=. pipenv run asphalt run config.yml
Error: the command asphalt could not be found within PATH or Pipfile's [scripts].

Did you run pipenv install?

You need to use Python 3.

@Fuyukai i use Python 3

You're not running pipenv with Python 3.

How?