Discussion:
Compile shoebot on Ubuntu 14.04
F. Medeiros
2014-07-07 01:36:24 UTC
Permalink
Hello,

I'm trying to Compile shoebot on Ubuntu 14.04 following the instructions
on Github , when I do ./setup_virtualenv.sh shoebot-env I get an error:

No virtualenv at shoebot-env or ~/.virtualenvs/shoebot-env

I dont know what to do, can someone help please?

Thank you.

F. Medeiros
Sebastian Oliva
2014-07-07 02:16:48 UTC
Permalink
Are you sure you have a virtualenv created at shoebot-env ?

you can also use virtualenvwrapper.
Post by F. Medeiros
Hello,
I'm trying to Compile shoebot on Ubuntu 14.04 following the instructions
No virtualenv at shoebot-env or ~/.virtualenvs/shoebot-env
I dont know what to do, can someone help please?
Thank you.
F. Medeiros
_______________________________________________
Shoebot-devel mailing list
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
F. Medeiros
2014-07-07 11:53:33 UTC
Permalink
I am not sure I have a virtualenv created at shoebot-env.

When I do "mkvirtualenv shoebot-env" I get no errors but also no folder
is created I just get (shoebot-env) written at the beginning of my terminal.
Post by Sebastian Oliva
Are you sure you have a virtualenv created at shoebot-env ?
you can also use virtualenvwrapper.
Hello,
I'm trying to Compile shoebot on Ubuntu 14.04 following the
instructions on Github , when I do ./setup_virtualenv.sh
No virtualenv at shoebot-env or ~/.virtualenvs/shoebot-env
I dont know what to do, can someone help please?
Thank you.
F. Medeiros
_______________________________________________
Shoebot-devel mailing list
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
_______________________________________________
Shoebot-devel mailing list
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
Stuart Axon
2014-07-07 12:37:06 UTC
Permalink
mkvirtualenv is in the instructions for virtualenvwrapper.

If virtualenvwrapper is installed properly you should be able to do lsvirtualenv and see the 'shoebot-env' one listed.


I'm guessing that since the virtualenv isn't in ~/.virtualenvs  that virtualenvwrapper is not installed properly.


You don't have to use virtualenvwrapper, you can use plain virtualenv following the instructions from the virtualenv page on our wiki

https://github.com/shoebot/shoebot/wiki/Virtualenv

 
           
shoebot/shoebot
shoebot - Coding vector graphics with Python
View on github.com Preview by Yahoo
 
 
Post by F. Medeiros
I am not sure I have a virtualenv created at shoebot-env.
When I do "mkvirtualenv shoebot-env" I get no errors but also no
folder is created I just get (shoebot-env) written at the
beginning of my terminal.
Post by F. Medeiros
 
Are you sure you have a virtualenv created at shoebot-env ?
Post by Sebastian Oliva
you can also use virtualenvwrapper.
Hello,
Post by F. Medeiros
I'm trying to Compile shoebot on Ubuntu 14.04 following the
instructions on Github , when I do ./setup_virtualenv.sh
Post by F. Medeiros
Post by Sebastian Oliva
Post by F. Medeiros
No virtualenv at shoebot-env or ~/.virtualenvs/shoebot-env
I dont know what to do, can someone help please?
Thank you.
F. Medeiros
_______________________________________________
Shoebot-devel mailing list
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
_______________________________________________
_______________________________________________
Shoebot-devel mailing list
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
F. Medeiros
2014-07-09 09:43:51 UTC
Permalink
It works :)

mkvirtualenv was creating the folder somewhere else.

Thank you.
Post by F. Medeiros
I am not sure I have a virtualenv created at shoebot-env.
When I do "mkvirtualenv shoebot-env" I get no errors but also no
folder is created I just get (shoebot-env) written at the beginning of
my terminal.
Post by Sebastian Oliva
Are you sure you have a virtualenv created at shoebot-env ?
you can also use virtualenvwrapper.
Hello,
I'm trying to Compile shoebot on Ubuntu 14.04 following the
instructions on Github , when I do ./setup_virtualenv.sh
No virtualenv at shoebot-env or ~/.virtualenvs/shoebot-env
I dont know what to do, can someone help please?
Thank you.
F. Medeiros
_______________________________________________
Shoebot-devel mailing list
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
_______________________________________________
Shoebot-devel mailing list
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
Loading...