I've installed Python and Jupyter in a folder. And then, I moved this folder. Python was in E:\Python and Jupyter in E:\Python\Scripts. Now, Python is in E:\Projects\Tests\Python and Jupyter is in E:\Projects\Tests\Python\Scripts.
When I try to start Jupyter notebook with command Line (jupyter notebook
) from E:\Projects\Tests\Python\Scripts, I have the error :
Fatal error in launcher: Unable to create process using
'"E:\Python\python.exe" "E:\Projects\Tests\Python\Scripts\jupyter.exe" notebook'
Jupyter kept the old Python path.
How can I specify the new path? Is there a command line like
start "E:\Projects\Tests\Python\python.exe" "E:\Projects\Tests\Python\Scripts\jupyter.exe" notebook'
(this doesn't work)