Skip to main content

A convenience app for working with virtual environments like a breeze.

Project description

# Readme prun #

prun is a convenience app for working with virtual environments. Use prun within a folder structure that has a virtual environment folder.` It will automatically add the

The code below shows how to use prun. First a local virtual environment is created in the .venv folder. ` python -m virtualenv .venv `

Running the following command from the command shell will show that the <venv>/Scripts (win) or <venv>/bin (osx, linux) is added to the path. The path to the python executable of the local virtual environment should be shown. ` prun which python `

prun can be used to install python packages in the local virtual environment. ` prun pip install numpy `

When executing prun without any extra command line arguments, the python of the virtual environment will be executed. ` prun `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

prun-0.0.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page