dyllan-to-you / asdf-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-python

Build Status

Python plugin for asdf version manager

Install

asdf plugin-add python https://github.com/tuvistavie/asdf-python.git

Use

Check asdf readme for instructions on how to install & manage versions of Python. Please make sure you have the required system dependencies installed before trying to install Python.

Under the hood, asdf-python uses python-build to build and install Python, check its README for more information about build options and the common build problems wiki page for any issues encountered during installation of python versions.

Using multiple versions of Python

A common request for Python is being able to use the python2 and python3 commands without needing to switch version. This can be achieved by setting multiple versions of Python, for example with

asdf global 3.6.2 2.7.13

This feature is experimental but should be working well enough for most use cases.

About

License:MIT License


Languages

Language:Shell 100.0%