Last active
April 29, 2020 14:40
-
-
Save clstl/9ac85a3de35a3b2120daeb4ef190da22 to your computer and use it in GitHub Desktop.
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 | |
source /usr/bin/anaconda/etc/profile.d/conda.sh | |
conda activate py37env | |
sudo /usr/bin/anaconda/bin/pip install seaborn -U |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment