Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Different python version for the az commands #4

Open
Mandur opened this issue Nov 29, 2017 · 0 comments
Open

Different python version for the az commands #4

Mandur opened this issue Nov 29, 2017 · 0 comments

Comments

@Mandur
Copy link
Contributor

Mandur commented Nov 29, 2017

The DSVM has two python versions
One under /anaconda/envs/py35/bin/python which the standard command pip install relates to.
One under /opt/az/bin/python3 which the az command line related to.

so If users run pip install azure-cli-ml, this will install the ml command on the wrong python environment and users won't be able to run the az ml commands. This could currently by overcome by running sudo /opt/az/bin/python3 -m pip install azure-cli-ml but it would be less confusing to either provide an harmonized default python for both commands, or to describe this in the doc.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant