Skip to main content

manage golang in your virtualenv

Project description

#golangenv

This tool is inspired by [nodeenv](https://github.com/ekalinin/nodeenv) and allows you to install golang into your virtualenvs.

Unlike nodeenv, golangenv only works inside virtualenvs.

## Install

` $ virtualenv myenv $ source myenv/bin/activate $ pip install golangenv $ golangenv install 1.5.1 `

## Example

` $ mkdir frontend $ echo 'use_env frontend' > frontenv/.env $ cd frontend $ pip install nodeenv golangenv $ golangenv install 1.5.1 $ go version `

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

golangenv-0.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page