Skip to content

Instantly share code, notes, and snippets.

View avarun42's full-sized avatar
🇺🇸
👊

Varun Arora avarun42

🇺🇸
👊
View GitHub Profile
@avarun42
avarun42 / uninstall-pip-packages-from-conda.sh
Created January 15, 2019 08:29
Uninstall all pip-installed python packages from a conda environment
# Linux
conda list | grep '<pip>' | tr -s [:blank:] | cut -d' ' -f1 | xargs -d'\n' pip uninstall -y
# On macOS must install GNU findutils first in order to get custom delimiter functionality
# brew install findutils
# conda list | grep '<pip>' | tr -s [:blank:] | cut -d' ' -f1 | gxargs -d'\n' pip uninstall -y
@avarun42
avarun42 / keybase.md
Created October 14, 2018 07:09
Keybase Proof

Keybase proof

I hereby claim:

  • I am avarun42 on github.
  • I am varunarora (https://keybase.io/varunarora) on keybase.
  • I have a public key whose fingerprint is 7184 88B4 77DB 5C77 9BF2 C860 5303 3F94 F582 6E2C

To claim this, I am signing this object:

@avarun42
avarun42 / majors.json
Created August 10, 2017 01:22
College Majors
[
"Agriculture",
"Agricultural Business",
"Agricultural Business and Technology",
"Agricultural Economics",
"Farm and Ranch Management",
"Agricultural Extension Services",
"Agriculture Operations",
"Agricultural Mechanics and Machinery",
"Agricultural Production Operations",