brettcannon / python-launcher

Python launcher for Unix

Home Page:https://python-launcher.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Python Launcher for Unix

Motivation

Launch your Python interpreter the lazy/smart way!

This project is an implementation of the py command for Unix-based platforms (with some potential experimentation for good measure 😉).

Example

Typical usage would be:

py -m venv .venv
py ...  # Normal `python` usage.

This creates a virtual environment in a .venv directory using the latest version of Python installed. Subsequent uses of py will then use that virtual environment as long as it is in the current (or higher) directory; no environment activation required (although the Python Launcher supports activated environments as well)!

About

Python launcher for Unix

https://python-launcher.app

License:MIT License


Languages

Language:Rust 87.0%Language:Roff 5.1%Language:Python 3.2%Language:Just 2.6%Language:Shell 1.8%Language:Dockerfile 0.3%