|
@@ -15,7 +15,7 @@ Ubuntu 24.04 does not include Python 2.7 by default, as it has reached its end o
|
|
|
3. **Download Python 2.7.18 source code:**
|
|
3. **Download Python 2.7.18 source code:**
|
|
|
```bash
|
|
```bash
|
|
|
cd /usr/src
|
|
cd /usr/src
|
|
|
- wget https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tgz
|
|
|
|
|
|
|
+ wget https://repo.yosoyhendrix.com/yosoyhendrix/Python-2.7/raw/main/Python-2.7.18.tgz
|
|
|
```
|
|
```
|
|
|
4. **Extract the downloaded file:**
|
|
4. **Extract the downloaded file:**
|
|
|
```bash
|
|
```bash
|