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 `

Supported by

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