Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kernferm/python-3-12-1
This repository contains a robust PowerShell script designed to install Python 3.12.1 on Windows. The script includes detailed logging functionality, ensuring that each step of the installation process is recorded in a log file created on your desktop.
https://github.com/kernferm/python-3-12-1
3121 powershell python
Last synced: 27 days ago
JSON representation
This repository contains a robust PowerShell script designed to install Python 3.12.1 on Windows. The script includes detailed logging functionality, ensuring that each step of the installation process is recorded in a log file created on your desktop.
- Host: GitHub
- URL: https://github.com/kernferm/python-3-12-1
- Owner: KernFerm
- License: mit
- Created: 2024-08-30T00:44:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T14:40:49.000Z (about 1 month ago)
- Last Synced: 2024-12-16T15:46:04.628Z (about 1 month ago)
- Topics: 3121, powershell, python
- Language: Batchfile
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Support the Project โญ
If you find this project useful, please give it a star! Your support is appreciated and helps keep the project growing. ๐
# ๐ Python 3.12.1 Installation Script ๐
---
## ๐ Usage
1. **Download the Script**:
- Click on the `install_python_3-12-1.bat` file in this repository.
- Click the **Download** button to save the script to your local machine ๐พ.2. **Run the Script**:
- Navigate to the location where you downloaded the script.
- Right-click on `install_python_3-12-1.bat` and select **Run with command prompt** ๐ป.3. **Administrative Privileges**:
- Make sure to run the script with administrator privileges ๐ก๏ธ to ensure proper installation and PATH updates.
### ๐ ๏ธ Steps
1. **Create Log Directory**: The script first checks if the log directory exists on the desktop. If not, it creates the directory ๐๏ธ.
2. **Start Logging**: The script begins logging each step ๐.
3. **Download Installer**: The script downloads the Python installer from the official Python website ๐ฅ.
4. **Install Python**: The installer is run silently, installing Python for all users and updating the PATH ๐ ๏ธ.
5. **Verify Installation**: After installation, the script checks that Python was installed correctly by running `python --version` ๐ง.
6. **Cleanup**: The installer file is deleted after a successful installation ๐งน.---
## ๐ LicenseThis project is licensed under the **MIT License**. See the [LICENSE](https://github.com/KernFerm/Py3.12.1-installer-PS1/blob/main/LICENSE) file for details ๐.
---
## ๐ก Contributing
If you have suggestions or improvements, please feel free to share by contacting me directly โ๏ธ.
---
## ๐ง Contact
For any questions or issues, please [create an issue](https://github.com/KernFerm/Py3.12.1-installer-PS1/issues).