This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
# | |
# Update to the fastest mirrors. | |
# | |
# # History | |
# | |
# * 2025-08-24: `217e7a8`: first working version. | |
# | |
# * 2025-08-25: `f472717`: improve docker copy/paste code. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# Install the data_utilities python package from the scratch. | |
# | |
# A suggested execution is `wget -qO- www.gist_address.com | bash`. | |
# | |
# This small script provides the minimal requirements to install and test | |
# 'data_utilities' from the scratch. | |
# 'data_utilities' is my data sciences related package which aims to help data | |
# scientists on their routine tasks. |