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

- 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.
- "Startup Commands" that can be executed automatically when a venv is activated.
- Organize venvs with favorites and sorting (alphabetical, recently created, recently used).
Just Python and BASH. Conda is optional for creating venvs using specific versions of python.
- Clone the repository:
git clone https://github.com/VilktorK/DummySimpleVenvManager- Navigate to the directory:
cd DummySimpleVenvManager- Make the script executable:
chmod +x DummySimpleVenvManager.shchmod +x BaseManager.sh- Run the script:
./DummySimpleVenvManager.sh- Specify the directory where you want to store your Python virtual environments when prompted.
Simply Run:
./DummySimpleVenvManager.shRefer to DOCUMENTATION.md or type "help" when in the main menu for a detailed explinations of all functions