Command not found after pip install.
This commit is contained in:
parent
1ff9a975d6
commit
9f43bf16f4
|
@ -163,6 +163,9 @@ macos_task_template: &MACOS_TASK_TEMPLATE
|
|||
pip_cache:
|
||||
folder: ${PIP_CACHE_DIR}
|
||||
install_script:
|
||||
- echo $PATH
|
||||
- export PATH="/user/local/bin:$PATH"
|
||||
- echo $PATH
|
||||
- clang --version
|
||||
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
|
||||
- sudo xcode-select -p
|
||||
|
|
10
appveyor.yml
10
appveyor.yml
|
@ -304,7 +304,7 @@ for:
|
|||
# Path before
|
||||
- path
|
||||
- set QTDIR=C:\%QT%
|
||||
- set PATH=%QTDIR%\bin;%QTDIR%\include;C:\Qt\Tools\QtCreator\bin;C:\Tools\PsTools;C:\Program Files\Git\cmd;C:\Program Files\Git\usr\bin;C:\Program Files\Git LFS;C:\Tools\GitVersion;C:\Windows\system32;C:\Windows;C:\Windows\System32\WindowsPowerShell\v1.0\;%PYTHON%;%PYTHON%\Scripts
|
||||
- set PATH=%QTDIR%\bin;%QTDIR%\include;C:\Qt\Tools\QtCreator\bin;C:\Tools\PsTools;C:\Program Files\Git\cmd;C:\Program Files\Git\usr\bin;C:\Program Files\Git LFS;C:\Tools\GitVersion;C:\Windows\system32;C:\Windows;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\CMake\bin;%PYTHON%;%PYTHON%\Scripts
|
||||
# Set VC variables for the platform
|
||||
- ps: |
|
||||
if ($env:COMPILER -eq "msvc") {
|
||||
|
@ -487,8 +487,8 @@ for:
|
|||
- job_name: MacOS_10_15_Qt_5_15 (qbs, singlebundle)
|
||||
|
||||
init:
|
||||
- export QTDIR=$QT
|
||||
- export PATH="$QTDIR/bin:$PATH"
|
||||
- export QTDIR="$QT"
|
||||
- export PATH="$QTDIR/bin:/user/local/bin:$PATH"
|
||||
- echo $PATH
|
||||
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
|
||||
- sudo xcode-select -p
|
||||
|
@ -537,8 +537,8 @@ for:
|
|||
- job_name: MacOS_10_15_Qt_5_15 (make)
|
||||
|
||||
init:
|
||||
- QTDIR=$QT
|
||||
- PATH="$QTDIR/bin:$PATH"
|
||||
- export QTDIR="$QT"
|
||||
- export PATH="$QTDIR/bin:$PATH"
|
||||
- echo $PATH
|
||||
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
|
||||
- sudo xcode-select -p
|
||||
|
|
Loading…
Reference in New Issue
Block a user