GithubHelp home page GithubHelp logo

mkvenv's Introduction

mkvenv

Create and maintain Python venvs.

I keep my venvs in a central location (~/.local/lib/venv/*) which makes maintenance much easier.

Check out the activate script in my zsh dotfiles for easy activation of venvs!

Installation

I used Python 3 with it's default modules to parse JSON, so there are no external dependencies required.

However, you may need to install any Python packages that your OS requires for creating Python venvs.


Usage

  • Clone this repository:

      git clone [email protected]:cn246-admin/mk_venv.git
    
  • Change to the repository directory:

      cd mk_venv
    
  • Copy the included settings.json.example to settings.json:

      cp settings.json.example settings.json
    
  • Edit settings.json with your desired venv configuration:

      $EDITOR settings.json
    
  • Run the script:

      ./mk_venv
    

Updating the list of modules in settings.json and re-running the script will install or uninstall modules for that particular venv.


Links

mkvenv's People

Contributors

chuckn246 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.