mkvirtualenv: Too many levels of symbolic links

前端 未结 8 1123
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-01 09:38

I am running virtualenv burrito and getting an error that there are too many levels of symbolic links. I have no idea what that means.

mkvirtualenv --python          


        
8条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-01 10:21

    The reason this wasn't working was because I was capitalizing Python. As soon as I did it using python3 instead of Python3 I stopped getting trouble.

提交回复
热议问题