heym I am trying to install meltano on my local ma...
# getting-started
p
heym I am trying to install meltano on my local machine (not a virtual environment). I did the pip install meltano and it worked fine but I get a meltano command not found error when I put meltano init my_meltano_project. any help?
I am using Ubuntu 20.04 focal if that helps
a
If you are getting
command not found
it probably indicates a problem in the pip install process and/or the PATH variable. For troubleshooting, you might try
which meltano
,
which pip
and
pip --version
.
On second though, it is likely that you installed it into your virtual environment and you'll need to re-activate that virtual environment in order to call meltano.
e
@prateek_gupta, if you're open to using juju via LXD.. I can share with you my juju charm which instantiates meltano in a LXD container
right now it auto connects to a postgresql DB target
and I am working on a custom tap
p
@emcp I got it figured out but I would like to give this a try