add directory to path windows 10
setx /M PATH "%PATH%;<your-new-path>"
add directory to path windows 10
setx /M PATH "%PATH%;<your-new-path>"
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"
Adding directory to PATH
C:\> echo %PATH:;=&echo.%
add directory to path on linux
export PATH="$HOME/bin:$PATH"Copied!
how to add a directory to path in linux
nano ~/.bashrc
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us