modejas.blogg.se

How to open a terminal on mac air
How to open a terminal on mac air








how to open a terminal on mac air

  • Execute sqlite3 in the command line, when you see the below messages, the SQLite server has been started.
  • Open a terminal and CD into the SQLite file unzipped folder.
  • Start & Stop ( Quit / Exit ) SQLite Server.
  • You can also run the command $ brew install sqlite3 to install SQLite3 on macOS, and run the command $ brew upgrade sqlite3 to upgrade SQLite3.
  • bash_profile file to add and export your SQLite3 binary file path at the beginning of the system environment variable PATH value like below.
  • If the output sqlite3 binary path is not which you want, you can go to the macOS user home directory then edit.
  • Users/songzhao/opt/anaconda3/bin/sqlite3 You can run the command which sqlite3 to show the SQLite binary file path in the system PATH environment variable value.

    how to open a terminal on mac air

    For macOS X 10.4 or higher version, SQLite3 has been installed on macOS by default.

    how to open a terminal on mac air

    Now the SQLite server has been installed, it does not need any installation.Then unzip the download file into a local folder such as /Users/zhaosong/Documents/WorkSpace/tool/sqlite-tools.Download the SQLite zip file from SQLite’s official website.










    How to open a terminal on mac air