How to change the default directory of PowerShell in Anaconda Navigator?
问题 I am using Anaconda Navigator version 1.9.12 for Windows 7, along with Python 3.7.6. I installed this recently to study Pytorch. In order to free up space in my C:\ drive, I created my main Pytorch folder in my D:\ drive at the address of : D:\Pytorch_folder\Pytorch However, every single time I open up Powershell Prompt through Anaconda, the default directory is always: C:\Users\Administrator Which happens to be the %HOMEPATH% environment variable. I've tried many suggestions in this question