mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
bashrc & zshrc: Add $HOME/.local to $PATH.
1. "python setup.py install --user" installs to .local. 2. Run command "ls /usr/local && ls ~/.local" and compare the two lines. Output of the second command is > bin etc games include lib man sbin share src > share for me.
This commit is contained in:
parent
e21ac92020
commit
44ea2c5d89
2
bashrc
2
bashrc
@ -169,7 +169,7 @@ fi
|
||||
#export TZ="/usr/share/zoneinfo/Europe/Helsinki"
|
||||
|
||||
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
|
||||
PATH=$PATH
|
||||
PATH=$PATH:$HOME/.local/bin
|
||||
|
||||
# Sets web-browser.
|
||||
#export BROWSER=lynx
|
||||
|
Loading…
Reference in New Issue
Block a user