diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2019-12-09 21:45:28 +0100 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2019-12-09 21:46:00 +0100 |
commit | 07c571e3737ca05eb6b87a4cfc8a75249c098559 (patch) | |
tree | efc4e717e602a0930f78a6ad71479001d643a5ca | |
parent | 54279feea8a5b603081e56dc47c4fa488356efec (diff) | |
download | sublime-text-3-packages-master.tar.gz sublime-text-3-packages-master.tar.bz2 sublime-text-3-packages-master.zip |
It needs python2 :(
-rw-r--r-- | install-aux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-aux.sh b/install-aux.sh index fba2da8..e8b8ff5 100644 --- a/install-aux.sh +++ b/install-aux.sh @@ -1,3 +1,3 @@ #!/bin/sh -pip install --user -U CodeIntel +pip2 install --user -U CodeIntel |