I wrote a CUI program in python and found that it didn't work on the server, but there was a punch line that it was different from the local python version, so a memorandum
sudo pip install virtualenv
# 2.Specify 6
virtualenv -p python2.6 test
Link https://virtualenv.pypa.io/en/latest/index.html
Recommended Posts