mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
remov PYTHONUSERBASE=/Users/jhitch/.local/share because is is not working out :(
This commit is contained in:
parent
ba6f1e4885
commit
26ad9b5416
1 changed files with 4 additions and 2 deletions
6
setup.sh
6
setup.sh
|
@ -21,11 +21,13 @@ if [[ $(uname) == *"Linux"* ]]; then
|
|||
pip_path_suffix="lib/python$PYTHON_VERSION/site-packages"
|
||||
|
||||
# apt installed location of pip installed python3.x packages
|
||||
pip_packages="$XDG_DATA_HOME/$pip_path_suffix"
|
||||
pip_packages="$HOME/.local/$pip_path_suffix"
|
||||
|
||||
# not working in debian via onboardme :( not sure why
|
||||
# export PYTHONUSERBASE=$XDG_DATA_HOME
|
||||
|
||||
# make python do it's cache in ~/.cache/python
|
||||
export PYTHONPYCACHEPREFIX=$XDG_CACHE_HOME
|
||||
export PYTHONUSERBASE=$XDG_DATA_HOME
|
||||
fi
|
||||
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ macOS PATH ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue