Setting Up Your Development Environment For Snowpark Python - Snowflake Documentation
Setting Up Your Development Environment For Snowpark Python - Snowflake Documentation
You can create a Python virtual environment for a particular Python version using
tools like Anaconda, Miniconda, or virtualenv.
For example, to use conda to create a Python 3.8 virtual environment, add the
Snowflake conda channel, and install the numpy and pandas packages, type:
conda create --name py38_env --override-channels -c https://repo.anac