We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ffb01 commit 1d4d460Copy full SHA for 1d4d460
doc/source/development/contributing.rst
@@ -295,7 +295,7 @@ Below is a brief overview on how to set-up a virtual environment with Powershell
295
under Windows. For details please refer to the
296
`official virtualenv user guide <https://virtualenv.pypa.io/en/stable/userguide/#activate-script>`__
297
298
-Use an ENV_DIR of your choice. We'll use ~\virtualenvs\pandas-dev where
+Use an ENV_DIR of your choice. We'll use ~\\virtualenvs\\pandas-dev where
299
'~' is the folder pointed to by either $env:USERPROFILE (Powershell) or
300
%USERPROFILE% (cmd.exe) environment variable. Any parent directories
301
should already exist.
0 commit comments