Make uctags ctags on macos

This commit is contained in:
ViViDboarder 2021-12-09 09:26:12 -08:00
parent fbd659b6ee
commit 46a1d63970
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ if [[ "$PACKAGE_MANAGER" == "port" ]]; then
sudo port select --set flake8 flake8-39
sudo port select --set black black39
sudo port select --set virtualenv virtualenv39
# Make uctags ctags
sudo ln -s "$(which uctags)" /usr/local/bin/ctags
fi
pip3 install --user padio