Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install_virtualenv.sh breaks #13

Closed
lefterav opened this issue Jan 8, 2015 · 1 comment
Closed

install_virtualenv.sh breaks #13

lefterav opened this issue Jan 8, 2015 · 1 comment

Comments

@lefterav
Copy link

lefterav commented Jan 8, 2015

Hi, when trying to run this script, I get the following error:

mkdir: cannot create directory /virtualenv': Permission denied ln: failed to create symbolic link./virtualenv': File exists
New python executable in /home/elav01/virtualenv/bin/python
Installing setuptools............done.
Installing pip...............done.
install_virtualenv.sh: line 32: virtualenv/bin/activate: No such file or directory

The problem does not occur if I run the script commands one by one from the commandline

@tuetschek
Copy link
Member

Hi,

thanks for the reporting. There was an error in the 1st test in the file (it should test if $SHARE and $USER are non-empty, but it broke if actually any of them were empty). Sorry about that.

It should be fixed now in bf9d732 .

Best,
Ondrej

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants