bash - enviroment variable is in ~/bash_profile but wont show up in printenv -
i trying add enviroment variable android_home so:
nano ~/.bash_profile
then add new line content:
android_home="~/library/android/sdk"
then proceed save file , check printenv
list enviroment variables , android_home doesn't show up. why's that?
Comments
Post a Comment