This commit is contained in:
Marc Beninca 2024-09-29 13:54:57 +02:00
parent 1824fe3338
commit c08d4a8fb8
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

10
re.sh
View file

@ -14,6 +14,16 @@ activate() {
python3 --version
pip --version
}
caches() {
set \
".cache/pip" \
".cache/uv" \
".local/share/pip" \
".local/share/uv"
for cache in "${@}"; do
"${1}" "${cache}"
done
}
deactivate() {
echo
echo "${VIRTUAL_ENV}"