mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
put home local bin before path
This commit is contained in:
parent
b5ddf72a80
commit
b14f08c8d6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ if [[ $(uname) == *"Linux"* ]]; then
|
|||
export PATH=$PATH:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin
|
||||
|
||||
# pip packages with command line tools install here by default with apt installed python
|
||||
export PATH=$PATH:$HOME/.local/bin
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
|
||||
# make python do it's cache in ~/.cache/python
|
||||
export PYTHONPYCACHEPREFIX=$XDG_CACHE_HOME/python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue