7 lines
104 B
Bash
7 lines
104 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
"$(dirname "$0")/pip_install.sh" pyls 'python-language-server[all]'
|
|
mv pyls pyls-all
|