If I start my build script like this
python3 build.py --build outdated
It will still use pip2 to install the conan packages, see packager.py
|
self.runner('%s pip install %s' % (self.sudo_command, self.conan_pip_package)) |
Assuming pip == pip2, which it normally is