While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
My terminal:
dani@dani-System-Product-Name:~$ pip3 install '/home/dani/Escritorio/legendary_gl-0.0.19-py3-none-any.whl'
Processing ./Escritorio/legendary_gl-0.0.19-py3-none-any.whl
Requirement already satisfied: requests<3.0 in /usr/lib/python3/dist-packages (from legendary-gl==0.0.19) (2.22.0)
Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from legendary-gl==0.0.19) (45.2.0)
Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from legendary-gl==0.0.19) (0.34.2)
Installing collected packages: legendary-gl
WARNING: The script legendary is installed in '/home/dani/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed legendary-gl-0.0.19
dani@dani-System-Product-Name:~$ legendary auth
bash: legendary: orden no encontrada
dani@dani-System-Product-Name:~$ legendary
bash: legendary: orden no encontrada
dani@dani-System-Product-Name:~$ sudo legendary
sudo: legendary: orden no encontrada
dani@dani-System-Product-Name:~$ sudo legendary auth
sudo: legendary: orden no encontrada
dani@dani-System-Product-Name:~$ sudo apt install legendary
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
E: No se ha podido localizar el paquete legendary
Thank you!
Last edited by soydani on 18 Aug 2020 at 9:53 pm UTC
Take a look into the install dir:
ls /home/dani/.local/bin
Is legendary listed?
If so, you either do:
cd ~/.local/bin
./legendary
or
~/.local/bin/legendary
You can’t expect the system to search through everything on your drive to find the one executable file you’re trying to run, it only searches through dirs in your $PATH. If it’s in a different dir, you need to give the entire path to it.
Last edited by damarrin on 18 Aug 2020 at 9:34 pm UTC
This: ~/.local/bin/legendary