Add Current Directory To Path

[Solved] Add Current Directory To Path | Ruby - Code Explorer | yomemimo.com
Question : add pwd to path linux

Answered by : inquisitive-ibex-tbz8psntposj

$ echo "export PATH=\$PATH:$(pwd)" >> ~/.bashrc

Source : https://stackoverflow.com/questions/27188856/adding-any-current-directory-to-the-search-path-in-linux | Last Update : Sun, 09 Aug 20

Question : add current directory to path

Answered by : careful-constrictor-go7ad59089ui

export PATH=$PATH:.

Source : https://stackoverflow.com/questions/27188856/adding-any-current-directory-to-the-search-path-in-linux | Last Update : Tue, 19 Oct 21

Answers related to add current directory to path

Code Explorer Popular Question For Ruby