Forums

can't install xephyr

i write following: pip3.4 install --user xephyr and get this: couldn't find a version that satisfies the requirement xephyr i also tried to write server-xephyr - same result. why is that?

xephyr is not a pip package. It is an X server and installing it on PythonAnywhere would be fairly pointless, since there is nowhere for it to draw on PythonAnywhere.

thanks