venv/action
This commit is contained in:
parent
1a78ce53e7
commit
8d978b6cee
1 changed files with 2 additions and 0 deletions
2
re.sh
2
re.sh
|
@ -106,6 +106,8 @@ venvs() {
|
||||||
"3.10"
|
"3.10"
|
||||||
for version in "${@}"; do
|
for version in "${@}"; do
|
||||||
venv="${root}/${version}"
|
venv="${root}/${version}"
|
||||||
|
echo
|
||||||
|
echo "${venv} ← ${action}"
|
||||||
case "${action}" in
|
case "${action}" in
|
||||||
"create")
|
"create")
|
||||||
export UV_PYTHON_INSTALL_DIR="${venv}/cpypy"
|
export UV_PYTHON_INSTALL_DIR="${venv}/cpypy"
|
||||||
|
|
Loading…
Reference in a new issue