问题
I want to change my Anaconda Prompt User file path. Currently it is as follows:
I want it to change to: C:\Users\u354590
How do I do this?
The current version of anaconda I have is:
Python 3.6.3 |Anaconda, Inc.| (default, Oct 15 2017, 03:27:45) [MSC v.1900 64 bit (AMD64)]
回答1:
Go to Start and search for "Anaconda Prompt" - right click this and choose "Open File Location", which will open a folder of shortcuts. Right click the "Anaconda Prompt" shortcut, choose "Properties" and you can adjust the starting dir in the "Start in" box.
回答2:
If you want to access folder you specified using Anaconda Prompt, try typing
cd C:\Users\u354590
来源:https://stackoverflow.com/questions/48304305/anaconda-python-change-anaconda-prompt-user-path