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

Skip to content

Commit a42a862

Browse files
author
Haziman Hashim
authored
Update setup.py
1 parent 7b512cb commit a42a862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ def _install_packages(self):
222222
nuget = os.path.join("tools", "nuget", "nuget.exe")
223223
use_shell = False
224224
if DEVTOOLS == "Mono":
225-
nuget = "mono %s -ConfigFile /home/ubuntu/.config/NuGet/NuGet.config" % nuget
225+
nuget = "mono %s" % nuget
226226
use_shell = True
227227

228-
cmd = "%s restore pythonnet.sln -o packages" % nuget
228+
cmd = "%s -ConfigFile /home/ubuntu/.config/NuGet/NuGet.config restore pythonnet.sln -o packages" % nuget
229229
self.announce("Installing packages: %s" % cmd)
230230
check_call(cmd, shell=use_shell)
231231

0 commit comments

Comments
 (0)