Skip to content

A bridge helping manage python virtual environments from go.

License

Notifications You must be signed in to change notification settings

CREDOProject/go-pythonvenv

Repository files navigation

go-pythonvenv

A bridge helping manage python virtual environments from go.


Based on: https://github.com/dhruvmanila/pie

Usage:

env, err := pythonvenv.Create("path")
if err != nil {
  // Handle error
}

// You can use this environment for further operation.
venv := env.Activate()

// This removes all the venv files.
env.Destroy()

About

A bridge helping manage python virtual environments from go.

Resources

License

Stars

Watchers

Forks

Packages

No packages published