We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d0425f + 79cc975 commit 9756dc7Copy full SHA for 9756dc7
setup_maschine.py
@@ -24,7 +24,7 @@ def set_up_maschine():
24
subprocess.run("git clone https://github.com/Mylab6/maschine.rs", shell=True, check=True)
25
except:
26
pass
27
- subprocess.run("cargo build --release", shell=True, check=True, cwd = get_local_file_path("maschine.rs") )
+ subprocess.run("$HOME/.cargo/bin/cargo build --release", shell=True, check=True, cwd = get_local_file_path("maschine.rs") )
28
#old_file_location = os.path.join( get_local_file_path("maschine.rs"),"maschine_files")
29
30
0 commit comments