Navigation Menu

Skip to content

Commit

Permalink
Install pyls
Browse files Browse the repository at this point in the history
  • Loading branch information
shields-fn committed Jul 15, 2020
1 parent 1def744 commit 871dd5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provision.sh
Expand Up @@ -77,6 +77,9 @@ brew cask install \
yubico-yubikey-manager
brew services start d12frosted/emacs-plus/emacs-plus@27

# Install pyls and associated linters.
pip3 install 'python-language-server[all]'

# Set shell to current zsh installed from Homebrew.
if [[ "$(dscl . read /Users/$(whoami) UserShell)" == /bin/zsh ]]; then
sudo dscl . change "/Users/$(whoami)" UserShell /bin/zsh /usr/local/bin/zsh
Expand Down

0 comments on commit 871dd5b

Please sign in to comment.