Skip to content

Commit 211c09a

Browse files
committed
Fixing typo in previous commit
1 parent 10e006b commit 211c09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pyomo_install

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def install_virtualenv(options, srcdir=None, pip=None, pip_src=None):
281281
#
282282
# Install Conda
283283
#
284-
if not options.venvony:
284+
if not options.venvonly:
285285
if options.verbose:
286286
print("\n************* Installing Conda in %s *******************" % options.venv)
287287
call_subprocess([pip, 'install', 'auxlib'], options)

0 commit comments

Comments
 (0)