mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
to update all the things, we need a python path for --user
This commit is contained in:
parent
f55a22ab60
commit
18a3b06504
1 changed files with 2 additions and 0 deletions
2
.bashrc
2
.bashrc
|
@ -54,6 +54,8 @@ export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
|
|||
|
||||
# python packages' default location when you do pip3 install --user package
|
||||
export PATH=$PATH:$HOME/.local/bin
|
||||
# this is for non-M1 macs
|
||||
export PATH=$PATH:$HOME/Library/Python/3.10/bin
|
||||
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Linux PATH ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
|
||||
if [[ $(uname) == *"Linux"* ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue