dir
This commit is contained in:
parent
7e1f425dd4
commit
9d537b2247
1 changed files with 4 additions and 4 deletions
8
re.sh
8
re.sh
|
@ -38,16 +38,16 @@ uv_install() {
|
||||||
}
|
}
|
||||||
uv_python() {
|
uv_python() {
|
||||||
echo
|
echo
|
||||||
|
export UV_PYTHON_INSTALL_DIR="${1}/cpypy"
|
||||||
export UV_PYTHON_INSTALL_MIRROR="${url}/cpypy"
|
export UV_PYTHON_INSTALL_MIRROR="${url}/cpypy"
|
||||||
uv python install
|
uv python install
|
||||||
unset UV_PYTHON_INSTALL_MIRROR
|
unset \
|
||||||
mkdir --parents "${1}/cpypy"
|
UV_PYTHON_INSTALL_DIR \
|
||||||
mv ~/.local/share/uv/python/* "${1}/cpypy"
|
UV_PYTHON_INSTALL_MIRROR
|
||||||
}
|
}
|
||||||
uv_venv() {
|
uv_venv() {
|
||||||
echo
|
echo
|
||||||
uv venv \
|
uv venv \
|
||||||
--allow-existing \
|
|
||||||
--index-url "${url_pypi}" \
|
--index-url "${url_pypi}" \
|
||||||
--relocatable \
|
--relocatable \
|
||||||
--seed \
|
--seed \
|
||||||
|
|
Loading…
Reference in a new issue