versions
This commit is contained in:
parent
e71fc92be5
commit
46d7b287a6
1 changed files with 4 additions and 4 deletions
8
re.sh
8
re.sh
|
@ -105,9 +105,9 @@ venvs() {
|
||||||
local action="${1}"
|
local action="${1}"
|
||||||
local venv version
|
local venv version
|
||||||
set \
|
set \
|
||||||
"3.12" \
|
"python3.12" \
|
||||||
"3.11" \
|
"python3.11" \
|
||||||
"3.10" \
|
"python3.10" \
|
||||||
"pypy3.10"
|
"pypy3.10"
|
||||||
for version in "${@}"; do
|
for version in "${@}"; do
|
||||||
venv="${root}/${version}"
|
venv="${root}/${version}"
|
||||||
|
@ -137,7 +137,7 @@ venvs() {
|
||||||
for module in "rwx"; do
|
for module in "rwx"; do
|
||||||
ln --symbolic \
|
ln --symbolic \
|
||||||
"/rwx/rwx/${module}" \
|
"/rwx/rwx/${module}" \
|
||||||
"${venv}/lib/python${version}/site-packages/${module}"
|
"${venv}/lib/${version}/site-packages/${module}"
|
||||||
done
|
done
|
||||||
deactivate
|
deactivate
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue