to update all the things, we need a python path for --user

This commit is contained in:
JesseBot 2022-10-27 12:45:17 +02:00
parent f55a22ab60
commit 18a3b06504

View file

@ -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