On Mon, Sep 04, 2017 at 01:29:57PM +0000, Ramnath Kumar wrote: > Hi,I have added mlpack to my path but each time i restart my system, It is > removed from the path and i have to add it again. How do i add it to path > permanently?Thanks in Advance,Ramnath
Hi Ramnath, I think you have a couple options. First, you can install mlpack to a system location (i.e. /usr/bin/ and /usr/lib/), although the files there may conflict with your system's package manager (depending). Another option is to modify your .bashrc (or shell configuration file) and append a command to set the PATH: export PATH=$PATH:/path/to/mlpack/bin/ I hope this helps; let me know if I can clarify anything else. You may also need to set LD_LIBRARY_PATH. Thanks, Ryan -- Ryan Curtin | "No... not without incident." [email protected] | - John Preston _______________________________________________ mlpack mailing list [email protected] http://knife.lugatgt.org/cgi-bin/mailman/listinfo/mlpack
