/through_path_with_Ubuntu

echo PATH=\"\$PATH:$(pwd)\" >> ~/.profile && source ~/.profile

Primary LanguageShell

through_path_with_Ubuntu

echo PATH="$PATH:$(pwd)" >> ~/.profile && source ~/.profile