fierce-honey-5880
11/12/2019, 4:14 PMmkdir test-meltano
cd test-meltano
python3.6 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install --upgrade setuptools
python --version
pip --version
pip install meltano
meltano --version
If everything looks good, continue with the Tutorial.
Maybe there is an issue with virtualenv. I remember that it behaves in funny ways when you are under a directory that you have setup another virtualenv, etc