Skip to content

Commit

Permalink
feat: set uv with no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Sep 9, 2024
1 parent 6057ccf commit b43b69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion install-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -ex

# Install pkgs
apt-get update
apt-get install -y apt-transport-https ca-certificates curl gnupg2 lsb-release iputils-ping dnsutils lrzsz
apt-get install -y ca-certificates curl gnupg2 iputils-ping dnsutils lrzsz
apt-get install -y ascii xxd
apt-get install -y vim tmux git-lfs clang-format apache2-utils

Expand Down
1 change: 1 addition & 0 deletions install-virtualenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ rm -rf /opt/go/.cache
# pyenv python 多版本环境
export UV_PYTHON_INSTALL_DIR=/opt/python/versions
export UV_LINK_MODE=copy
export UV_NO_CACHE="1"

# change python version if upgrade
export PY3_12=3.12.5
Expand Down

0 comments on commit b43b69d

Please sign in to comment.