seemoo-lab / opendrop

An open Apple AirDrop implementation written in Python
https://owlink.org
GNU General Public License v3.0
8.49k stars 265 forks source link

After installing it says "opendrop: command not found" #25

Closed tomasfreres closed 4 years ago

tomasfreres commented 4 years ago

is there any solution to it?

jesseerwin commented 4 years ago

Pip installs it to $HOME/.local/bin by default. You need to add that folder to your PATH.

spadejack014 commented 4 years ago

you need to export PATH=$PATH:your python path

tomasfreres commented 4 years ago

Thank You :)