You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSTALL_TEXT="""Choose to use either the standard Python install from <a href='https://www.python.org/'>python.org</a> or <a href='https://github.com/conda-forge/miniforge'>miniforge</a>."""
32
33
33
34
PYTHON_VERSION_TEXT="""Choose the version of Python to install.
34
35
35
36
While choosing the latest version of Python is generally recommended, some third-party libraries and applications may not yet be fully compatible with the newest release. Therefore, it is recommended to try the second newest version, as it will still have most of the latest features and improvements while also having broader support among third-party packages."""
36
37
37
-
38
38
PYTHON_VERSION_SELECTION_FOR_VENV="""Choose the version of Python to use for your virtual environment.
39
39
40
40
Please select the Python version from the table below to create its respective virtual environment."""
0 commit comments