mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 21:40:45 +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"
|
#export TZ="/usr/share/zoneinfo/Europe/Helsinki"
|
||||||
|
|
||||||
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
|
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
|
||||||
PATH=$PATH
|
PATH=$PATH:$HOME/.local/bin
|
||||||
|
|
||||||
# Sets web-browser.
|
# Sets web-browser.
|
||||||
#export BROWSER=lynx
|
#export BROWSER=lynx
|
||||||
|
2
zshrc
2
zshrc
@ -95,7 +95,7 @@ fi
|
|||||||
#export TZ="/usr/share/zoneinfo/Europe/Helsinki"
|
#export TZ="/usr/share/zoneinfo/Europe/Helsinki"
|
||||||
|
|
||||||
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
|
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
|
||||||
PATH=$PATH
|
PATH=$PATH:$HOME/.local/bin
|
||||||
|
|
||||||
# Sets web-browser.
|
# Sets web-browser.
|
||||||
#export BROWSER=lynx
|
#export BROWSER=lynx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user