Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to add linux path environment variable

#Ubuntu 20.04:
# echo 'export PATH=$PATH:/path/to/directory/here' >> ~/.bashrc 
echo 'export PATH=$PATH:$HOME/Android/Sdk/emulator' >> ~/.bashrc
#It's better to put $PATH at the beginning that way
#the new path environment variable will append to the old one
#update current shell
source ~/.bashrc
Comment

PREVIOUS NEXT
Code Example
Shell :: combine two document together lnux 
Shell :: composer change version 
Shell :: create chrome and firefox extension in react 
Shell :: run flask app from command line 
Shell :: push local branch to remote 
Shell :: install pycharm in ubuntu 
Shell :: linux list environment variables 
Shell :: xcode open from terminal 
Shell :: uninstall dependencies yarn 
Shell :: create alias in powershell permanently 
Shell :: powershell list special built in accounts 
Shell :: git ssh key ubuntu 
Shell :: adding alias to for echo 
Shell :: install bootstrap in gatsbyjs 
Shell :: delete git branch remote 
Shell :: Test connection to Redis with netcat 
Shell :: how to move a file in terminal 
Shell :: uninstall gem 
Shell :: change remote to use ssh git command 
Shell :: debian install openjdk 
Shell :: setup wordpress on ubuntu 
Shell :: linux get lines in file 
Shell :: how to download git for mac 
Shell :: Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured in the Editor. 
Shell :: remove folder and all subfolders in ubuntu 
Shell :: powershell show only current directory 
Shell :: main vs master in git 
Shell :: lower brightness of a ubunut pc 
Shell :: [Errno 13] Permission denied: ubuntu 
Shell :: linux show alias function 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =