-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

virtualenv


> Create virtual isolated Python environments.

More information.


Create a new environment:

virtualenv {path/to/venv}

Customize the prompt prefix:

virtualenv --prompt={prompt_prefix} {path/to/venv}

Use a different version of Python with virtualenv:

virtualenv --python={path/to/pythonbin} {path/to/venv}

Start (select) the environment:

source {path/to/venv}/bin/activate

Stop the environment:

deactivate


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 07:42:12 2024