Skip to content

Commit 9f4ff89

Browse files
committed
Make setup.py executable
1 parent 75bac19 commit 9f4ff89

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ They pull a Docker image and then run a container with a Presto server:
117117
Start by forking the repository and then modify the code in your fork.
118118

119119
Clone the repository and go inside the code directory. Then you can get the
120-
version with `python setup.py --version`.
120+
version with `./setup.py --version`.
121121

122122
We recommend that you use `virtualenv` for development:
123123

setup.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
# Licensed under the Apache License, Version 2.0 (the "License");
24
# you may not use this file except in compliance with the License.
35
# You may obtain a copy of the License at

0 commit comments

Comments
 (0)