"""This function creates the path of all the libraries in the "libraries" variable""" function createlibraries(libraries::Dict) foreach(library -> mkpath(expanduser(libraries[library]["path"])), keys(libraries)) end