Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdb96c9

Browse files
authored
Update setup.py
1 parent 0230bcf commit cdb96c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_package_data():
4646
def install_gramfuzz():
4747
cur_dir = os.getcwd()
4848
os.chdir("gramfuzz")
49-
subprocess.Popen(["python3" ,os.getcwd()+os.sep+"setup.py", "install"]).wait()
49+
subprocess.Popen(["python" ,os.getcwd()+os.sep+"setup.py", "install"]).wait()
5050
os.chdir(cur_dir)
5151

5252
install_gramfuzz()

0 commit comments

Comments
 (0)