Skip to content

Instantly share code, notes, and snippets.

@innovid-rnd
Created March 8, 2018 21:40
Show Gist options
  • Save innovid-rnd/c1ea387b090f5b550c6f02ff67660124 to your computer and use it in GitHub Desktop.
Save innovid-rnd/c1ea387b090f5b550c6f02ff67660124 to your computer and use it in GitHub Desktop.
#/usr/local/Homebrew/Library/Homebrew/language/python.rb <-- this trait is located here
# Mixin module for {Formula} adding virtualenv support features.
module Virtualenv
def self.included(base)
base.class_eval do
resource "homebrew-virtualenv" do
url PYTHON_VIRTUALENV_URL
sha256 PYTHON_VIRTUALENV_SHA256
end
end
end
.
.
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment