Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anaconda / Python: Change Anaconda Prompt User Path

I want to change my Anaconda Prompt User file path. Currently it is as follows:

enter image description here

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)] 
like image 614
PineNuts0 Avatar asked Jan 17 '18 15:01

PineNuts0


People also ask

How do I change my Anaconda prompt path?

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. cd means Change Directory.

How do I change directory in Python using CMD?

The Python Command PromptUse "cd" to change your directory to the folder with the current version of Python you want to use (i.e. C:/Python26/ArcGIS10.


1 Answers

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.

like image 120
Jonathon McMurray Avatar answered Sep 28 '22 17:09

Jonathon McMurray