Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Shell/Bash
how to add a directory to path in linux
Jon Reade
Programming language:
Shell/Bash
2021-06-21 00:33:17
0
Q:
how to add a directory to path in linux
exjoburger
Code:
Shell/Bash
2021-02-28 12:42:29
export PATH=$PATH:/place/with/the/file
3
floatingpurr
Code:
Shell/Bash
2021-01-17 22:22:13
export PATH="$HOME/bin:$PATH"
1
Duncan X Simpson
Code:
Shell/Bash
2021-01-17 22:20:33
nano ~/.bashrc
0
Tags
path
add
linux
how
Related
add python to path
cmd add to path
add pwd to path linux
windows add to path
how to install path adb
linux add to path
linux how to add a file to directory
New to Communities?
Join the community