dev-cafe / autocmake

CMake plugin composer.
http://autocmake.org
BSD 3-Clause "New" or "Revised" License
41 stars 18 forks source link

update.py: /usr/bin/env python #185

Closed miroi closed 7 years ago

miroi commented 7 years ago

Hi Rado,

again problem with python installation: admin can not install 2.7.x in order not to break current system installation.

Instead he provided alias python=.../python2.7 workaround, which is not in work for /usr/bin/env python of update.py - this command always catches system installed python of lower version.

Any help, please ?

bast commented 7 years ago

Hi Miro, what I would do here is to install a virtual environment with --python=<path to the one you want> and source that one. Then it should work. Please let me know whether this worked for you.

bast commented 7 years ago

I consider this one as solved. If not, please reopen.