allow-existing
This commit is contained in:
parent
34225beee3
commit
7e876c7642
1 changed files with 1 additions and 0 deletions
1
re.sh
1
re.sh
|
@ -77,6 +77,7 @@ uv_python() {
|
||||||
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