# python2path **Repository Path**: mirrors_codejamninja/python2path ## Basic Information - **Project Name**: python2path - **Description**: Adds Python to the System PATH Envronmental Variable. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python2Path Adds Python to the System PATH Environmental Variable ![](assets/python2path.png) Please ★ this repo if you found it useful ★ ★ ★ ## Featrues * Automatic detection of Python installations * Automatic removal of previous Python installatiosn from PATH ## Usage Enter either a valid Python version or a valid path to a Python installation. * If your version is Python 2.7.10, you could enter one of the following and the path will automatically be detected. * Python 2.7.10 * Python 2.7 * Python 27 * 2.7.10 * 2.7 * 27 * If you installed python at a custom location, such as C:/MySecretLocation/Python, then you would enter the following * C:/MySecretLocation/Python __Important__ If you have a version of Python installed at a custom location, its path will not automatically be detected. If you do not want that version of Python in your PATH, you will have to remove it manually. ## Support Submit an [issue](https://github.com/jamrizzi/python2path/issues/new) ## Buy Me Coffee A ridiculous amount of coffee was consumed in the process of building this project. [Add some fuel](https://jamrizzi.com/#!/buy-me-coffee) if you'd like to keep me going! ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -m 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D ## License [MIT License](https://github.com/jamrizzi/readme/blob/master/LICENSE) [Jam Risser](https://jamrizzi.com) © 2017 ## Credits * [Jam Risser](https://jamrizzi.com) - Author ## Changelog 1.0.1 (10-23-15) * Fixed spelling error 1.0.0 (10-18-15) * Initial release