Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uranusjr/pythonup-windows
The Python Runtime Manager for Windows
https://github.com/uranusjr/pythonup-windows
Last synced: 2 months ago
JSON representation
The Python Runtime Manager for Windows
- Host: GitHub
- URL: https://github.com/uranusjr/pythonup-windows
- Owner: uranusjr
- License: isc
- Created: 2018-01-05T08:26:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T12:40:59.000Z (about 2 years ago)
- Last Synced: 2024-10-14T19:42:20.726Z (3 months ago)
- Language: Python
- Homepage: http://pythonup-windows.readthedocs.io
- Size: 6.94 MB
- Stars: 21
- Watchers: 4
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
=================================================
PythonUp β The Python Runtime Manager (Windows)
=================================================.. image:: https://ci.appveyor.com/api/projects/status/7fdfpbvu2roawg23/branch/master?svg=true
:target: https://ci.appveyor.com/project/uranusjr/pythonup-windows
:alt: Build status.. image:: https://readthedocs.org/projects/pythonup-windows/badge/?version=latest
:target: https://pythonup-windows.readthedocs.io/en/latest/
:alt: Documentation StatusPythonUp helps your download, configure, install, and manage Python runtimes.
It also provides utilities that can be integrated into your Python-related
development workflows. This is the Windows version... highlights::
macOS or Linux user? Check out `PythonUp for POSIX`_.
.. _`PythonUp for POSIX`: https://github.com/uranusjr/pythonup-posix
Distribution
============PythonUp for Windows is officially distributed on GitHub. Download installers
from `Releases `_ and
run it. After installation, a ``pythonup`` command will be available in
newly-opened command prompts.Quick Start
===========Install Python 3.6::
$ pythonup install 3.6
Run Python::
$ python3
Install Pipenv to Python 3.6::
$ pip3.6 install pipenv
And use it immediately::
$ pipenv --version
pipenv, version 9.0.1Install Python 3.5 (32-bit)::
$ pythonup install 3.5-32
Switch to a specific version::
$ pythonup use 3.5-32
$ python3 --version
Python 3.5.4Switch back to 3.6::
$ pythonup use 3.6
$ python3 --version
Python 3.6.4
$ python3.5 --version
Python 3.5.4Uninstall Python::
$ pythonup uninstall 3.5-32
Use ``--help`` to find more::
$ pythonup --help
$ pythonup install --helpOr read the `Documentation `_.
Now youβre ready to use CPython on Windows like a first-class citizen, and
ignore people telling you to get a Mac.π€ππ