Skip to content

Commit

Permalink
cqlsh.py: change shebang to /usr/bin/env python3
Browse files Browse the repository at this point in the history
To run python executables on scylla-python3, we need to specify
/usr/bin/env python3 on shebang, otherwise the script run on
/usr/bin/python3.

Fixes #97
  • Loading branch information
syuu1228 authored and fruch committed Sep 1, 2024
1 parent 86a280a commit 44d759c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cqlsh.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
Expand Down

0 comments on commit 44d759c

Please sign in to comment.