0

I created a conda environment (with python 3.6 and Anaconda 3-5.2.0 on a Windows 10 machine) and activated it. I then installed both jupyter and pip using conda install jupyter and conda install pip. Both commands executed without problems.

When I type jupyter notebook or pip install [some package] I get this:

enter image description here

The same happens for the pip command. What might be the cause of this issue?

Joel
  • 1,564
  • 7
  • 12
  • 20
  • try adding " to the path of the first line in `-*-script.py`, for example `#!C:/Path/to/python.exe`will be `#!"C:/Path/to/python.exe"` – Matt. Stroh Aug 12 '18 at 23:09
  • maybe duplicate question https://stackoverflow.com/questions/48480173/fatal-error-when-starting-jupyter-notebook – BugKiller Aug 13 '18 at 00:26

0 Answers0