From 50027effd655b050abf6980552440e0260b771cc Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Fri, 25 Oct 2024 11:45:43 -0600 Subject: [PATCH] New version of SQLite advice --- start.qmd | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/start.qmd b/start.qmd index 0958839..00d151a 100644 --- a/start.qmd +++ b/start.qmd @@ -28,13 +28,9 @@ Before installing Positron, ensure your Python and/or R environments are ready t If you're using Windows, make sure you have the [latest Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version) installed. -### Linux prerequisites - -If you're using Linux, make sure you have the system library for SQLite installed, for example, `sqlite-devel` or `libsqlite3-dev` depending on the package manager appropriate to your system. - ### Python prerequisites -Positron works with [actively supported versions](https://devguide.python.org/versions/#versions) of Python, from 3.8 to Python 3.12. We recommend [pyenv](https://github.com/pyenv/pyenv) and [pyenv for Windows](https://github.com/pyenv-win/pyenv-win) for managing Python versions. +Positron works with [actively supported versions](https://devguide.python.org/versions/#versions) of Python, from 3.8 to Python 3.12. We recommend [pyenv](https://github.com/pyenv/pyenv) and [pyenv for Windows](https://github.com/pyenv-win/pyenv-win) for managing Python versions. On Linux, you'll want to [be aware of the build requirements](https://github.com/pyenv/pyenv/wiki/common-build-problems); for example, you'll need the system library for SQLite (`sqlite-devel` or `libsqlite3-dev`) installed ahead of time so pyenv can properly build your chosen Python version for use with Positron. Positron communicates with Python via the IPykernel package, so it needs to be installed for the Python environment you want to use with Positron. If you are managing your Python project using a tool like venv or conda, add `ipykernel` to your `requirements.txt` file. You can install IPykernel manually as follows: