Skip to content

Instantly share code, notes, and snippets.

View ajijohn's full-sized avatar

Aji John ajijohn

View GitHub Profile
@ajijohn
ajijohn / install-AzCopy.sh
Created May 2, 2024 20:08 — forked from aessing/install-AzCopy.sh
Install AzCopy on Linux
#!/bin/bash
# =============================================================================
# Install AzCopy on Linux
# https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10
# https://github.com/Azure/azure-storage-azcopy
# -----------------------------------------------------------------------------
# Developer.......: Andre Essing (https://www.andre-essing.de/)
# (https://github.com/aessing)
# (https://twitter.com/aessing)
# (https://www.linkedin.com/in/aessing/)
@ajijohn
ajijohn / gist:5e74c862e6023a5bb0b71e5fb746d5f3
Created February 20, 2024 20:54
installing jupyterlab
sudo apt-get install python3.8-venv
python3 -m venv fish
source fish/bin/activate
pip install jupyterlab