caldav
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
portable_python
|
@@ -12,6 +12,9 @@ cd Python-3.13.7
|
|||||||
./configure --enable-optimizations --with-ensurepip=install --prefix=$(pwd)/portable_python
|
./configure --enable-optimizations --with-ensurepip=install --prefix=$(pwd)/portable_python
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
make install
|
make install
|
||||||
|
# now in portable_python install packages that are needed
|
||||||
|
./portable_python/bin/pip3 install bcrypt
|
||||||
|
./portable_python/bin/pip3 install radicale
|
||||||
cd ..
|
cd ..
|
||||||
mv Python-3.13.7/portable_python portable_python
|
mv Python-3.13.7/portable_python portable_python
|
||||||
rm -rf Python-3.13.7
|
rm -rf Python-3.13.7
|
||||||
|
Reference in New Issue
Block a user