简体   繁体   English

在辅助驱动器上安装 Anaconda (Windows)

[英]Installing Anaconda on a Secondary Drive (Windows)

I'm running Windows 10 Home, and I recently downloaded Anaconda because I wanted to be able to use Spyder, and wasn't really anticipating how much storage space it would take up, so I had to uninstall it.我运行的是 Windows 10 Home,最近我下载了 Anaconda,因为我希望能够使用 Spyder,并且并没有真正预料到它会占用多少存储空间,所以我不得不卸载它。

However, my computer has two hard drives--a 100gb C:/ drive that windows boots off of and a much larger D:/ drive meant for storage.但是,我的计算机有两个硬盘驱动器——一个 100GB 的 C:/ 驱动器,用于启动 Windows,一个更大的 D:/ 驱动器用于存储。 A lot of anaconda's largest files seem to be saved to C:/Users/[User], which is still on my C drive. anaconda 的很多最大的文件似乎都保存在 C:/Users/[User] 中,它仍然在我的 C 盘上。 And taking up space that I don't really have to spare.并占用我真的不必腾出的空间。

Is there a way to tell Anaconda during installation (or initial run, possibly, it looks like) that it should save those files somewhere else?有没有办法在安装(或初始运行,可能看起来像)期间告诉 Anaconda 它应该将这些文件保存在其他地方? One of the environment variables, maybe?也许是环境变量之一?

If not I guess I'm open to suggestions for other Python IDEs that are smaller or can be put entirely on a secondary drive.如果不是,我想我愿意接受其他更小或可以完全放在辅助驱动器上的 Python IDE 的建议。

If you only want to work with spyder and not the rest of the software that comes bundled with Anaconda, you can just如果您只想使用 spyder 而不想使用 Anaconda 捆绑的其他软件,您可以

pip install PyQt5 
pip install spyder

Here is a guide for installing Spyder .这是安装 Spyder 的指南

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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