Giter Club home page Giter Club logo

pip-app's Introduction

pip-app

There are lots of apps and utilities written in python. These days they are being distributed as packages to be installed with pip. While the installation of those projects (like localtunnel, nvpy) says, pip install nvpy, its not always that simple. I don't want to install the app and all its dependencies in the system python. I want it to have its own virtualenv.

So, I create a virtualenv and install this app, it creates an executable, used to run the app. But, as you might have guessed, everytime I need to run the app, I have to first switch to this virtualenv. This just plain sucks.

Enter pip-app. Install an app with

pip-app nvpy

It will create its own virtualenv and install itself in it. For every executable introduced by this app, it creates an executable that will load the correct virtualenv and launch the correct app, in a way that just bloody works.

And to uninstall,

pip-unapp nvpy

Installation

If you use Antigen, then the following command will get you pip-app.

antigen-bundle sharat87/pip-app

If you use zgen, add

zgen load sharat87/pip-app

to your .zshrc where you're loading your other zsh plugins.

If not, just clone this repo or just download the pip-app.sh file and add a source line to your .bashrc or .zshrc or whatever is your shell's equivalent.

source /path/to/pip-app.sh

You should have the pip-app and pip-unapp functions available now.

Meta

This thing is licensed with MIT License. Feedback, problems, discussion, tweet at @sharat87 or open up and issue on the github project page.

pip-app's People

Contributors

dholm avatar sharat87 avatar unixorn 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.