You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everybody,
yesterday I tried to setup pandas dev environment under Windows. I have python only 3.7.5 installed.
In doc/source/development/contributing.rst is described how I can setup a dev environment and one of the steps is creating a virtual environment with pip. There is an instruction how to activate it:
. ~/virtualenvs/pandas-dev/bin/activate
This cannot function under Windows, since the virtualenv module does not create a bin folder. I've added a couple of comments which scripts should be run under Windows and will submit a PR shortly.
The text was updated successfully, but these errors were encountered:
gbaychev
added a commit
to gbaychev/pandas
that referenced
this issue
Oct 20, 2019
- remove trailing spacing remove
- change the setup.py params so that all CPU cores will be utilized
- split cmd.exe instructions on a separate line
Related issue pandas-dev#29112
Problem description
Hello everybody,
yesterday I tried to setup pandas dev environment under Windows. I have python only 3.7.5 installed.
In doc/source/development/contributing.rst is described how I can setup a dev environment and one of the steps is creating a virtual environment with pip. There is an instruction how to activate it:
. ~/virtualenvs/pandas-dev/bin/activate
This cannot function under Windows, since the virtualenv module does not create a bin folder. I've added a couple of comments which scripts should be run under Windows and will submit a PR shortly.
The text was updated successfully, but these errors were encountered: