简体   繁体   中英

Installing new packages created problems running Python and Anaconda

I was trying to install some new packages for a class this morning.

Before that I could run Jupyter fine. Now, I'm getting messages like, "'C:\Program' is not recognized as an internal or external command, operable program or batch file." in Jupyter and "'C:\Users\AceHer\Anaconda2\Scripts\activate.bat' is not recognized as an internal or external command, operable program or batch file." in Anaconda.

I've tried reinstalling Python and Anaconda and following some suggestions on StackOverflow, but I know just enough to get myself in trouble, and not enough to get myself out. Any help would be appreciated?

Maybe you're in the wrong directory. Sometimes I had these problems before but they were fixed after I changed directory. In your terminal, do this:

C:\Users\Username> cd directory/to/folder

Then try running your program after you get the right directory.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM