CiscoDevNet / yang-explorer

An open-source Yang Browser and RPC Builder Application
Apache License 2.0
438 stars 177 forks source link

setup fails to create virtualenv when multiple python2.7 are installed #68

Closed matjaz6 closed 7 years ago

matjaz6 commented 7 years ago

setup.sh script creates virtualenv. If multiple python interpreters are present on the system this fails. Suggest to use only the first one found, using head or something alike:

rustogi commented 7 years ago

@matjaz6 Agree with your proposed fix. I will work on getting this committed.

rustogi commented 7 years ago

Fixed using #75