Horje
how to add a directory in path linux Code Example
linux add to path
export PATH=$PATH:/place/with/the/file
how to add a directory in path linux
# For this Purpose you have to edit ~/.bashrc file.
# So in terminal:
nano ~/.bashrc
# Now add this command to the file and instead of ADDRESS,
# write your desired address
export PATH=$PATH:ADDRESS
# Like:
export PATH=$PATH:/usr/local/hadoop
how to add a directory to path in linux
export PATH="$HOME/bin:$PATH"
Source: linuxize.com
how to add a directory to path in linux
nano ~/.bashrc
Source: linuxize.com




Shell

Related
npm command not found Code Example npm command not found Code Example
linux extract zip with password Code Example linux extract zip with password Code Example
Peer's Certificate issuer is not recognized Code Example Peer's Certificate issuer is not recognized Code Example
using ffmpeg on mac to record screen Code Example using ffmpeg on mac to record screen Code Example
reset IIS Code Example reset IIS Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8