Answers for "add directory to __dirname"

3

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
Posted by: Guest on December-19-2020

Code answers related to "add directory to __dirname"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language