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
- Host: GitHub
- URL: https://github.com/henrikac/npy
- Owner: henrikac
- License: gpl-3.0
- Created: 2020-03-21T22:41:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T18:51:23.000Z (almost 5 years ago)
- Last Synced: 2025-01-05T23:12:20.135Z (9 months ago)
- Topics: bash, python, venv
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 `