rvm implode
You should have something like this left from RVM. Delete it from the file. ``[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"```
from lxml import etree | |
from pyelasticsearch import ElasticSearch | |
es = ElasticSearch('http://localhost:9200/') | |
def RecArea(filename): | |
ns = etree.FunctionNamespace("http://www.recreation.gov/architecture/") | |
ns.prefix = "arc" | |
doc = etree.parse(filename) | |
for area in doc.xpath('//arc:RecArea'): |
# Find this on Github here: https://gist.github.com/gemfarmer/f3f2e35663b96cd3fa8d90b49e6216a0 | |
require 'colorator' # Comment this out to run the script without colorator | |
built_path = '_site' | |
directory_name = 'tmp' | |
unique_path = 'check_images' | |
image_path = 'assets/img' | |
use_relative = false | |
ignore_removable = false | |
remove_all = false |