You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
xbmcnas@XBMCNASSERVER:/opt$ virtualenv xdm_env
-bash: virtualenv: command not found
xbmcnas@XBMCNASSERVER:/opt$ source xdm_env/bin/activate
-bash: xdm_env/bin/activate: No such file or directory
xbmcnas@XBMCNASSERVER:/opt$ bash virtualenv xdm_env
bash: virtualenv: No such file or directory
xbmcnas@XBMCNASSERVER:/opt$
I supose the clone of git is not complete
I try again
no no ... i assumed you are on "server@ubuntu" and ubuntu would have told you how to install "virtualenv" ... dont know what machine your are on now ... but you will need a package / program "virtualenv"
see http://docs.python-guide.org/en/latest/dev/virtualenvs/
sudo git clone https://github.com/lad1337/XDM.git
Cloning into 'XDM'...
remote: Counting objects: 6289, done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 6289 (delta 10), reused 0 (delta 0)
Receiving objects: 100% (6289/6289), 19.62 MiB | 504.00 KiB/s, done.
Resolving deltas: 100% (2393/2393), done.
Checking connectivity... done.
server@ubuntu:
$ cd XDM/XDM$ python ./XDM.pyserver@ubuntu:
Traceback (most recent call last):
File "./XDM.py", line 50, in
import cherrypy.process.plugins
ImportError: No module named process.plugins
server@ubuntu:~/XDM$
Can you help please
The text was updated successfully, but these errors were encountered: