Do not restart the computer after installing ports.

Hello everyone.
After installing the software, such as
Code:
sysutils/dvtm
lang/python32
ports-mgmt/psearch

To run the program I need to restarting the computer.
Otherwise the program will not start.

How to update information about the installed software?
 
No reboot needed. I'm going to assume you're using a C shell, and by "not start" you mean it's not in your PATH. If that's correct, a simple -
% rehash
- will do the trick.
 
Back
Top