Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0230bcf commit cdb96c9Copy full SHA for cdb96c9
setup.py
@@ -46,7 +46,7 @@ def get_package_data():
46
def install_gramfuzz():
47
cur_dir = os.getcwd()
48
os.chdir("gramfuzz")
49
- subprocess.Popen(["python3" ,os.getcwd()+os.sep+"setup.py", "install"]).wait()
+ subprocess.Popen(["python" ,os.getcwd()+os.sep+"setup.py", "install"]).wait()
50
os.chdir(cur_dir)
51
52
install_gramfuzz()
0 commit comments