Azure / Azure/azure-cli-dev-tools
There is no az command in virutalenv bin folder after run azdev setup on Ubuntu
Open
bug
infrastructure
Setup
- Dominant language
- Python
- Stars
- 91
- Forks
- 134
- Avg merge
- 2h 51m
- Merged PRs (30d)
- 1
Description
**Environment:**
Ubuntu 18.04
**Steps:**
1. setup python3.6 virtual env
> python3.6 -m venv py36
source py36/bin/activate
2. clone azure-cli
> git clone
3. install azdev and setup
> pip install azdev
azdev setup -c
**Expected:**
There should be a `az` command in py36/bin folder just as Windows/Mac do
**Actual:**
No `az` command found
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.