techouse / sqlite3-to-mysql

Transfer data from SQLite to MySQL

Home Page:https://techouse.github.io/sqlite3-to-mysql/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite3mysql: command not found ubuntu 22.04 installation or usage issue

thenik opened this issue · comments

ubuntu 22.04 installation or usage issue , I installed using the next cmd
python3 -m pip install sqlite3-to-mysql

image
looks installation was ok , and there is no any error here.

But When I run cmd
sqlite3mysql --help
or
python3 sqlite3mysql --help
I got results sqlite3mysql: command not found
image

update:
I found the script here

image

Hey. I suggest you check your path. Alternatively, you could make a virtual environment and install it there.

Check this tutorial here https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/