I'm trying to make my own python pack using setuptools, setup.py file and installing it directly from github repository. The package is sucessfully installed but when I call the command an error arises:
line 1: from: command not found.
somehow the binary file were not interpreted properly.
I'm using anaconda but have tried to install in other /bin diretories.