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
Having problems installing the server on Windows. I'm not very experienced with an installation process like this at all but have bundled my way through installing Git, Pip and VirtualEnv (I already had Python installed).
I bypassed installation instruction 5 as I do not know of a equivalent 'source' command in Windows ( % source ~/pyenv/gamification/bin/activate), and completed everything up to point 10 where I hit another problem.
When using this: paver install_dependencies
I get the following error:
Any ideas what I am doing wrong?
The text was updated successfully, but these errors were encountered:
I haven't tried a Windows install, but would think that this operation would be supported. I believe what you may need to do first is find the appropriate command from virtualenv that sets up your environment for Windows - does it give you some shell scripts in the bin directory? I think if you're able to do that, the rest may work ok. From your debug screenshot, the install is failing on a 'pip install' (just installing appropriate python dependencies), which is probably due to the fact that the script doesn't know where to actually install the modules. I found some more info at http://virtualenv.readthedocs.org/en/latest/virtualenv.html which might be helpful to you
Having problems installing the server on Windows. I'm not very experienced with an installation process like this at all but have bundled my way through installing Git, Pip and VirtualEnv (I already had Python installed).
I bypassed installation instruction 5 as I do not know of a equivalent 'source' command in Windows ( % source ~/pyenv/gamification/bin/activate), and completed everything up to point 10 where I hit another problem.
When using this: paver install_dependencies
I get the following error:
Any ideas what I am doing wrong?
The text was updated successfully, but these errors were encountered: