Skip to content

Instantly share code, notes, and snippets.

@setdjod
Last active June 27, 2019 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save setdjod/8ce0411ab2898da63c053684d41c5fa0 to your computer and use it in GitHub Desktop.
Save setdjod/8ce0411ab2898da63c053684d41c5fa0 to your computer and use it in GitHub Desktop.
Menyimpan Environment Variables di Linux

Menyimpan Environment Variables di Linux

Namecheap Terminal

Buat File .profile

touch ~/.profile

Edit File .profile

nano ~/.profile
# paste
PATH=$HOME/nodevenv/npm/9/bin:$HOME/nodevenv/npm/9/lib/bin:$HOME/virtualenv/py/3.7/bin:$PATH
rm .bash_history
reset

Copy .profile -> .bashrc (opsional)

cp ~/.profile ~/.bashrc

Copy .profile -> .bashrc (opsional)

cp ~/.profile ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment