Hi. when I use cd ~/Downloads/sqlite-tools-win32-x86-3200100/sqlite-tools-win32-x86-3200100 command to start my sqllite it says no such file or directory. Can you help me to find my issue. Thanks in advance
Sounds like a PATH issue.
Did you search here? Do any of these help?
https://discuss.codecademy.com/search?q=sqlite%20and%20git%20bash
or,
Hi,
If you’re on windows, adding it to the system PATH list may help. (This is a list of all the places windows looks for files by default)
Search ‘add to path windows’ on youtube. There are plenty of short vids which give directions
Hope that helps
Or,
Yea, so the best thing to do when following installation steps is to try to understand roughly what each is doing. This can be annoying, since most of the time you’re just trying to install the thing, but it’ll help you learn better over time. In these days you even have chat gpt, you can ask it what your error messages mean.
(Also careful about sharing your name in public posts).
bash: /c/Users//.bashrc: line 4: unexpected EOF while looking for matching `"’
When you run source ~/.bashrc, sou…