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, including changing the default start directory through "Properties"
. I know I can access my folder using cd
command, but it is annoying to do so every time.
Is there a way to change default directory for Powershell in Anaconda Navigator?