toxygen-project / toxygen

Toxygen is pythonic Tox client
GNU General Public License v3.0
280 stars 46 forks source link

AUR package doesn't install in $PATH #17

Closed Sorunome closed 8 years ago

Sorunome commented 8 years ago

When installing the toxygen-git AUR package I had to manually create the file /usr/bin/toxygen with the following:

#!/bin/bash
python3 /opt/toxygen/toxygen/main.py "$@"
IngvarX commented 8 years ago

@quininer

quininer commented 8 years ago

You should comment here. :)

solve: https://aur.archlinux.org/cgit/aur.git/commit/?h=toxygen-git&id=24fc813b1253d3bf5748365696417f910321d51c

IngvarX commented 8 years ago

Thanks, @quininer