Skip to content

A dummy simple BASH script that simplifies the process of creating and using Python virtual environments.

License

Notifications You must be signed in to change notification settings

VilktorK/DummySimpleVenvManager

Repository files navigation

Dummy Simple Venv Manager

A dummy simple BASH script that simplifies the process of creating and using Python virtual environments. image

Features

  • Easily create and manage Python virtual environments without any dependencies. (Besides Python and BASH)
  • Optional Conda integration for creating venvs on specific versions of python.
  • "Hot Commands" for easily executing commands inside of the venv without having to type or memorize them.
  • "Working Directory" to always open the venv inside of a specific directory for less "cd"ing.

Requirements

Just Python and BASH. Conda is optional for creating venvs using specific versions of python.

Installation

  1. Clone the repository:
git clone https://github.com/VilktorK/DummySimpleVenvManager
  1. Navigate to the directory:
cd DummySimpleVenvManager
  1. Make the script executable:
chmod +x DummySimpleVenvManager.sh
chmod +x BaseManager.sh
  1. Run the script:
./DummySimpleVenvManager.sh
  1. Specify the directory where you want to store your Python virtual environments when prompted.

Usage

Simply Run:

./DummySimpleVenvManager.sh

Refer to DOCUMENTATION.md or type "help" when in the main menu for a detailed explinations of all functions

About

A dummy simple BASH script that simplifies the process of creating and using Python virtual environments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages