Why?
Closed this issue · 7 comments
shdudwns commented
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]./OWAPI# cp config.example.yml config. root@ubuntu:~/OWAPI# PYTHONPATH=. pipenv run asphalt run config.yml
root@ubuntu:
Error: the command asphalt could not be found within PATH or Pipfile's [scripts].
Fuyukai commented
Did you run pipenv install
?
Fuyukai commented
You need to use Python 3.
shdudwns commented
Fuyukai commented
You're not running pipenv with Python 3.
shdudwns commented
How?