mistercrunch commented on code in PR #32891: URL: https://github.com/apache/superset/pull/32891#discussion_r2162524357
########## docs/docs/installation/pypi.mdx: ########## @@ -94,14 +101,9 @@ These will now be available when pip installing requirements. ## Python Virtual Environment -We highly recommend installing Superset inside of a virtual environment. Python ships with -`virtualenv` out of the box. If you're using [pyenv](https://github.com/pyenv/pyenv), you can install [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv). Or you can install it with `pip`: - -```bash -pip install virtualenv -``` +We highly recommend installing Superset inside of a virtual environment. -You can create and activate a virtual environment using: +You can create and activate a virtual environment using the following commands. Ensure you are using a compatible version of python. You might have to explicitly use for example `python3.11` instead of `python3`. Review Comment: I'm fine with it as is, just thinking eventually we may get rid of some of the docs here / simplify -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
