Skip to content

Instantly share code, notes, and snippets.

@HoriLiu
Last active February 14, 2020 19:11
Show Gist options
  • Save HoriLiu/3c96d166ec8910f1359609c7c2570d46 to your computer and use it in GitHub Desktop.
Save HoriLiu/3c96d166ec8910f1359609c7c2570d46 to your computer and use it in GitHub Desktop.
##Set path to your conda installed location
export PATH="/opt/anaconda/bin:$PATH"
or permanent setting
echo 'export PATH="/opt/anaconda/bin:$PATH"'>>~/.bashrc
source .bashrc
##anaconda-navigator use QT5, Fixed macbook hidpi tiny font issue, refer from https://wiki.archlinux.org/index.php/HiDPI#Qt_5
export QT_AUTO_SCREEN_SCALE_FACTOR=0
export QT_SCALE_FACTOR=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment