Closed jeffshee closed 4 years ago
@jeffshee I'll leave this open to see if any others have this issue, but I consider respecting the user's path intended functionality.
What if we just blacklist the binary from anaconda? Since the binary from anaconda doesn't work and giving error.
One workaround you could do easily is define your PATH variable in the top of the viper script. This should keep the changes local to the viper process environment, but still skip over your anaconda bins.
Hi,
Please consider specifying the full path to the binary explicitly, especially when calling the
gst-launch-1.0
, which casing a problem for those who have anaconda in their system. As you can see, when anaconda is installed, their binaries are actually having precedence over the system binaries, resulting in calling the wronggst-launch-1.0
.Thanks.