Troubleshooting¶
Note
Can you help improve this file? Edit this file and submit a pull request with your improvements!
Windows Issues¶
Some people have reported issues using
git bashTry using theCommand Terminalinstead.Virtual environments can sometimes be tricky on Windows. If you have python 3.5 or above installed (recommended), this should get you a virtualenv named
myenvcreated inside the current folder:
> c:\Python35\python -m venv myenv
or:
> c:\Python35\python c:\Python35\Tools\Scripts\pyvenv.py myenv
Some people have reported that they have to re-activate their virtualenv whenever they change directory, so you should remember the path to the virtualenv in case you need it.