[Linux] Add path

Jason Lee·2022년 5월 25일
0

If you get PATH Warning when install some stuffs on linux using terminal, follow the steps to resolve

1. Go to ~/.profile

sudo nano ~/.profile

You can use nano, vim, ...

2. Export PATH

export PATH=$PATH:/path_to_add

Add the path you get from PATH Warning and save & exit

3. Run source command

source ~/.profile

Run source and you resolve the issue

profile
AI Researcher

0개의 댓글