Q: how to do
PowerShell 7.0.1
Copyright (c) Microsoft Corporation. All rights reserved.
https://aka.ms/powershell
Type 'help' to get help.
PS /> pip install pandas
pip: The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
PS />
112855086098237405729PLUSNov 13, 2024
Founder Team
interactiveshell
Edited Nov 13, 2024A: It is possible to pip install pandas, but you will need to create a virtual environment in the Ubuntu (Pro) terminal. See the tutorial at https://help.interactiveshell.com/article/how-to-install-python-pip-packages/
Share
Helpful?
Log in to join the conversation