Spacing issue with cloning python environment

3775
3
Jump to solution
04-30-2019 01:08 PM
StephanieWurtz
New Contributor II

Having issues cloning my environment.

WARNING: A space was detected in your requested environment path
'C:\Users\Data travel pc\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone2\arcgispro-py3-clone'
Spaces in paths can sometimes be problematic.

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
DanPatterson_Retired
MVP Emeritus

They certainly are and there are many other catches in file paths and file names.

Just set up your environment so that it complies.

There is no requirement either to set your path to the Users folder

/blogs/dan_patterson/2016/08/14/filenames-and-file-paths-in-python 

View solution in original post

3 Replies
DanPatterson_Retired
MVP Emeritus

They certainly are and there are many other catches in file paths and file names.

Just set up your environment so that it complies.

There is no requirement either to set your path to the Users folder

/blogs/dan_patterson/2016/08/14/filenames-and-file-paths-in-python 

DanPatterson_Retired
MVP Emeritus

as for cloning... some tips...

/blogs/dan_patterson/2018/12/28/clone 

0 Kudos
StephanieWurtz
New Contributor II

Thank you!

0 Kudos