Install the 'SymPy' Python package into a virtual environment or Conda environment.
install_sympy(method = "auto", conda = "auto")
Installation method. By default, "auto" automatically finds a method that will work in the local environment. Change the default to force a specific installation method. Note that the "virtualenv" method is not available on Windows.
Path to conda executable (or "auto" to find conda using the PATH and other conventional install locations).
None