Skip to content

Commit

Permalink
python: set PYTHONUSERBASE
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jul 16, 2024
1 parent d9ee1b9 commit c9bc91c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/fish/conf.d/python.fish
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
set -gx PIP_DISABLE_PIP_VERSION_CHECK 1
set -gx PIP_REQUIRE_VIRTUALENV 1
set -gx PYTHONDONTWRITEBYTECODE 1
set -gx PYTHONUSERBASE ~/.local
set -gx UV_PREVIEW 1

0 comments on commit c9bc91c

Please sign in to comment.