changed link

This commit is contained in:
Roy 2023-05-29 22:04:34 -07:00 committed by GitHub
parent 4c9213c109
commit 2d456747a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2065,7 +2065,7 @@ mkdir -p "$download_dir"
# Check if setuptools is already installed # Check if setuptools is already installed
if ! python -c "import setuptools" &> /dev/null; then if ! python -c "import setuptools" &> /dev/null; then
# Download the latest version of setuptools from the Python Package Index # Download the latest version of setuptools from the Python Package Index
download_url="https://pypi.org/project/setuptools/#files" download_url="https://files.pythonhosted.org/packages/03/20/630783571e76e5fa5f3e9f29398ca3ace377207b8196b54e0ffdf09f12c1/setuptools-67.8.0.tar.gz"
wget -P "$download_dir" "$download_url" wget -P "$download_dir" "$download_url"
# Extract the downloaded tar.gz file # Extract the downloaded tar.gz file