The file itself (unless it’s a binary file) can be opened in a text editor to inspect. To create a database to work with from the backup file, you have to create a database to…
Posts for: #How-To
Pipx and Pre-Commit Bad Interpreter No Such File
While this is generally an issue with pipx, it is likely to come up with pre-commit hooks (since the underlying binaries should be installed with pipx). The issue is the error…
Setting Up a Virtual Environment Kernel In Jupyter
- Activate your project’s virtual environment 2. Run pip install ipykernel 3. Run python -m ipykernel install –user –name=myenv 4. Open notebook and select the myenv kernel
Installing Tensorflow on Silicon Macs
To install Tensorflow on a Silicon Mac, do the following in a virtual environment: shell pip install tensorflow-macos pip install tensorflow-metal