Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. export PATH=$PATH:/some/other/path
  2.  
  3. export PATH=~/some/other/path
  4.  
  5. $ ls
  6. bash: ls: command not found...
  7. Similar command is: 'lz'
  8.  
  9. /bin/nano ~/.bashrc
  10.  
  11. /usr/bin/emacs ~/.bashrc
  12.  
  13. /usr/bin/vim ~/.bashrc
  14.  
  15. /bin/vim .bash_profile
  16.  
  17. $ /usr/bin/vim ~/.bashrc
  18.  
  19. PATH=$PATH:$HOME/anaconda3/bin
  20.  
  21. :wq
  22.  
  23. $ export PATH=~/anaconda3/bin:$PATH
  24.  
  25. $ conda --version
  26.  
  27. atom ~/.bash_profile
  28.  
  29. subl ~/.bash_profile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement