Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
31e1a5f1
"wrappers/python/vscode:/vscode.git/clone" did not exist on "1d75fbfcaab73dc8e06f8af5accd8bc8b00ae376"
Commit
31e1a5f1
authored
Mar 17, 2020
by
mattip
Browse files
one more python-> $PYTOHN_EXE
parent
03263771
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
travis_linux_steps.sh
travis_linux_steps.sh
+1
-1
No files found.
travis_linux_steps.sh
View file @
31e1a5f1
...
...
@@ -26,7 +26,7 @@ MB_PYTHON_VERSION=${MB_PYTHON_VERSION:-$TRAVIS_PYTHON_VERSION}
function
before_install
{
# Install a virtualenv to work in.
virtualenv
--python
=
python
venv
virtualenv
--python
=
$PYTHON_EXE
venv
source
venv/bin/activate
python
--version
# just to check
pip
install
--upgrade
pip wheel
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment