CODAIT / text-extensions-for-pandas

Natural language processing support for Pandas dataframes.
Apache License 2.0
215 stars 34 forks source link

Add pip to initial environment contents #230

Closed frreiss closed 2 years ago

frreiss commented 2 years ago

Recent versions of Anaconda don't install pip by default in new environments. This causes problems when our environment setup script tries to run pip install from inside a newly-created environment. This PR adds pip to the initial environment contents to fix this problem.