简体   繁体   中英

Anaconda virtual environment django in windows

虚拟环境

I created a virtual environment using anaconda in windows, and there are a lot of stuff installed within the virtual environment, when I tried to add my project to the github, it listed all the files within the directory to be committed and showed the follow warnings: LF will be replaced by CRLF.

how can I properly set up a virtual envs by using Anaconda3 to start my django project, many thanks.

You have to change your git setting

git config core.autocrlf true

Windows and unix systems use different line breakpoints and this just says that your committing from a windows machine

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM