While I was trying to install rust on a FreeBSD box, I figured that I will have to update the path on the system with directory path of the ~/.cargo/bin
. I added the following line in the ~/.cshrc
file for the same.
set path = ( $path /home/kdas/.cargo/bin)
I am yet to learn much about csh
, but, I can count this as a start.
from Planet Python
via read more
No comments:
Post a Comment