Giter VIP home page Giter VIP logo

make-venv's Introduction

make-venv

PyPI Supported Python Versions pre-commit.ci status Test Documentation Status PyPI - License

A command-line utility for making a Python virtual environment.

Installation

make-venv is available on PyPI. Install with pipx or your package manager of choice:

pipx install make-venv

Documentation

Check out the make-venv documentation for the User's Guide and CLI Reference.

Usage

Running make-venv --help or python -m make_venv --help shows a list of all of the available options:

make-venv --help
Usage: make-venv [OPTIONS]

  A command-line utility for making a Python virtual environment.

Options:
  -d, --dest DIRECTORY          Directory to create the virtual environment at.
                                [default: .venv]
  -p, --python PYTHON           The Python interpreter to use for the virtual
                                environment.  [default:
                                C:\Users\sgraaf\Documents\Git\make-
                                venv\.nox\cog\Scripts\python.EXE]
  --seed / -S, --no-seed        Install seed packages (`pip`, `setuptools`, and `wheel`)
                                into the virtual environment.  [default: seed]
  --prompt PROMPT               Provide an alternative prompt prefix for the virtual
                                environment.  [default: <name-of-parent-directory-of-
                                virtual-environment>]
  -r, --requirement FILE        Install packages from the given requirements file.
  -u, -U, --upgrade             Upgrade all outdated packages to the newest available
                                version.
  -k, --install-ipython-kernel  Install the iPython kernel into the virtual environment.
  -n, --kernel-name NAME        The display name of the iPython kernel, if applicable.
                                [default: Python <version> (<name-of-parent-directory-
                                of-virtual-environment>)]
  -v, --version                 Show the version and exit.
  -h, --help                    Show this message and exit.

make-venv's People

Contributors

sgraaf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.