mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
python user path for mac
This commit is contained in:
parent
9c432d04e8
commit
d23fe61b49
1 changed files with 3 additions and 0 deletions
3
profile
3
profile
|
|
@ -10,6 +10,9 @@ export LC_ALL="en_US.UTF-8"
|
||||||
# user path
|
# user path
|
||||||
PATH=~/.local/bin:$PATH
|
PATH=~/.local/bin:$PATH
|
||||||
|
|
||||||
|
# python user path
|
||||||
|
PATH=~/Library/Python/2.7/bin:$PATH
|
||||||
|
|
||||||
# local path
|
# local path
|
||||||
PATH=/usr/local/bin:/usr/local/sbin:$PATH
|
PATH=/usr/local/bin:/usr/local/sbin:$PATH
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue