python-twitter icon indicating copy to clipboard operation
python-twitter copied to clipboard

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

Open samayo opened this issue 6 years ago • 0 comments

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

samayo avatar Sep 28 '19 20:09 samayo