This commit is contained in:
2025-09-29 14:44:16 +02:00
parent 96b3f76ea2
commit 9a4a8155e2
2 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ cd Python-3.13.7
./configure --enable-optimizations --with-ensurepip=install --prefix=$(pwd)/portable_python
make -j$(nproc)
make install
# now in portable_python install packages that are needed
./portable_python/bin/pip3 install bcrypt
./portable_python/bin/pip3 install radicale
cd ..
mv Python-3.13.7/portable_python portable_python
rm -rf Python-3.13.7