Skip to content

A simple script for activating python venvs in a ~/venvs directory.

Notifications You must be signed in to change notification settings

austingibb/aarg_sourcepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

aarg sourcepy

A program to activate created python venvs.

To Create Venv

python -m venv <venv_name> Venv must start with a period "."

To Activate

Run this command to initiate the activation of python venv:

source aarg_sourcepy.zsh

Then choose number for associated venv.

To Deactivate

Run this command: deactivate

About

A simple script for activating python venvs in a ~/venvs directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages