changed file paths
This commit is contained in:
@@ -54,7 +54,9 @@ fi
|
||||
echo "Ensuring python3-venv and pip are available..."
|
||||
apt-get install -y python3-venv python3-pip
|
||||
|
||||
if [ ! -d "$INSTALL_DIR/venv" ]; then
|
||||
# Check for pip specifically — a previous failed run may have left an incomplete venv
|
||||
if [ ! -f "$INSTALL_DIR/venv/bin/pip" ]; then
|
||||
rm -rf "$INSTALL_DIR/venv"
|
||||
python3 -m venv "$INSTALL_DIR/venv" || {
|
||||
echo "ERROR: 'python3 -m venv' failed. Try: apt-get install python3-venv"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user