Skip to content

twang817/golangenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#golangenv

This tool is inspired by 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages