It's often annoying to make a mistake in the procedure, so just make a note. I'm new to Python, so I don't know much about setting up a virtual environment, but if you repeat this process I want to automate.
--Added README --Added Python .gitignore --Add MIT license for the time being
$ python3.6 -m venv <Target directory>
Add pyvenv.cfg to .gitignore, commit and push
# venv
pyvenv.cfg
If you commit in the middle and the cache remains and the update of .gitignore is not applied, refer to the following article http://qiita.com/white_aspara25/items/64eafa107b61c6568f01
Recommended Posts