bear / python-twitter

A Python wrapper around the Twitter API.
Apache License 2.0
3.41k stars 957 forks source link

for version in 2.7.15 3.6.5 pypy-5.7.1 pypy3.5-6.0.0 ; do \ pyenv install -s $version; \ done #633

Open samayo opened 5 years ago

samayo commented 5 years ago

I have both python 2.7 and 3.6 but I can't run make dev without seeing this error:

for version in 2.7.15 3.6.5 pypy-5.7.1 pypy3.5-6.0.0 ; do \
        pyenv install -s $version; \
done

Does anyone know the fix for this or why it is happening? I did pyenv install -s $version; nut it just throws out another error :

[root@typus python-twitter]# make dev
for version in 2.7.15 3.6.5 pypy-5.7.1 pypy3.5-6.0.0 ; do \
        pyenv install -s $version; \
done
/bin/sh: line 1: pyenv: command not found
/bin/sh: line 1: pyenv: command not found
/bin/sh: line 1: pyenv: command not found
/bin/sh: line 1: pyenv: command not found