Nukesor / archivebot

:floppy_disk: A telegram bot for backing up and collecting all kinds of media.
MIT License
101 stars 31 forks source link

installation errors #5

Closed arvs47 closed 5 years ago

arvs47 commented 6 years ago

% make % ./venv/bin/activate % ./initdb.py % ./main.py installed make

/venv/bin/activate usr@instance-4:~/archivebot$ ./initdb.py -bash: ./initdb.py: /bin/env: bad interpreter: No such file or directory usr@instance-4:~/archivebot$ ./main.py -bash: ./main.py: /bin/env: bad interpreter: No such file or directory usr@instance-4:~/archivebot$

should i move them to the bin venv folder or

,ubuntu os google cloud vps installed with ubuntu ,

if any other software needed please mention them

Nukesor commented 5 years ago

I'm not quite sure what your exact problem is. Everything should work fine. It looks like you don't have any python version installed? You obviously need a python3 version (everything above 3.5)