kelsos / test-environment-scripts

A collection of scripts used to bootstrap a test raiden envirnoment. (gist is harder to update)
MIT License
1 stars 2 forks source link

pip install -e . fails. Maybe because I'm on Python2.7 #2

Closed pirapira closed 5 years ago

pirapira commented 5 years ago
% pip install -e .                                                     (git)-[what-if-mkvirtualenv-does-not-work]  ~/src/test-environment-scripts
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.

How can I avoid this? Maybe I should specify an option to mkvirtualenv?

pirapira commented 5 years ago

Yes, mkvirtualenv -p python3.7 test-scripts works better.