An open API service indexing awesome lists of open source software.

https://github.com/henrikac/npy

A couple of bash scripts to setup a new Python project and activate virtual environments
https://github.com/henrikac/npy

bash python venv

Last synced: 8 months ago
JSON representation

A couple of bash scripts to setup a new Python project and activate virtual environments

Awesome Lists containing this project

README

          

# npy

A simple script to create new [Python](https://www.python.org/) projects and activate virtual environments.

#### A new project will contain:
+ README.md file
+ Empty .gitignore file
+ Git
+ A virtual environment

## Install

Clone this repo and run the `install` script

```sh
git clone https://github.com/henrikac/npy.git && cd npy && bash install
```

## Usage:
+ To create a new project: `source npy `.
+ To activate a virtual environment: `source svenv `