UM 24.04.01
Add the path in .bashrc :
export PATH="$HOME/Videos/vivictpp/vivictpp-1.1.1-pre1/builddir:$PATH"
The application can be called via command line :
but not via script :
Get the error : /home/richard/Videos/vivictpp/Testvivictpp.sh: line 4: vivictpp: command not found
(It was a former snap, snap removed).
Any idea whats wrong ?
Add the path in .bashrc :
export PATH="$HOME/Videos/vivictpp/vivictpp-1.1.1-pre1/builddir:$PATH"
The application can be called via command line :
Code:
vivictpp
but not via script :
Code:
#!/bin/bash
vivictpp
read pause
Get the error : /home/richard/Videos/vivictpp/Testvivictpp.sh: line 4: vivictpp: command not found
(It was a former snap, snap removed).
Any idea whats wrong ?