MVPilgrim commited on
Commit
c1b8450
·
verified ·
1 Parent(s): 9ee8ce2

Update startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +1 -1
startup.sh CHANGED
@@ -33,7 +33,7 @@ chmod -R 777 $weaviateDir
33
 
34
  # TEMP TEST
35
  ls -l /usr/bin | grep -i python; ls -l /usr/local/bin | grep -i python || test '1 .gt 0'
36
- ln -s /usr/bin/python3.11 /usr/local/bin/python
37
  ls -l /usr/local/bin | grep -i python|| test '1 .gt 0'
38
 
39
  # Start tex2vec-transformers
 
33
 
34
  # TEMP TEST
35
  ls -l /usr/bin | grep -i python; ls -l /usr/local/bin | grep -i python || test '1 .gt 0'
36
+ ln -s /usr/local/bin/python /usr/bin/python3.11
37
  ls -l /usr/local/bin | grep -i python|| test '1 .gt 0'
38
 
39
  # Start tex2vec-transformers