I am installing p4v in /opt, but /usr/bin is on my path. Is it possible to create a soft or symbolic link for p4v from /opt to /usr/bin, so I can just type "p4v" since /usr/bin is in my path?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
||||
|
|
|
See
|
||||
|
|
If the 'p4v' executable is at /opt/bin/p4v, you can simply run:
It would be better to add /opt/bin (or wherever the executable is) to your path:
|
|||||
|
|