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

In Ubuntu 18.04 the subdirectories are not created individually #80

Open
skytreader opened this issue Jun 5, 2019 · 0 comments
Open

Comments

@skytreader
Copy link

Instead of bin, exec, and lib being created, their names are concatenated into one directory name:

$ gconftool-2 -t bool -s /apps/gnome-terminal/profiles/Default/login_shell true
$ curl -sL https://raw.githubusercontent.com/brainsik/virtualenv-burrito/master/virtualenv-burrito.sh | $SHELL
Downloading virtualenv-burrito command
/bin/sh: 110: cannot create /home/cestioco/.venvburrito/bin/virtualenv-burrito: Directory nonexistent
$ ll .venvburrito/
total 12
drwxr-xr-x  3 cestioco LinuxLocalAdmins 4096 Jun  5 14:42 ./
drwxr-xr-x 32 cestioco LinuxLocalAdmins 4096 Jun  5 14:42 ../
drwxr-xr-x  3 cestioco LinuxLocalAdmins 4096 Jun  5 14:42 {bin,libexec,lib/
$ lsb_release -c
Codename:	bionic
$
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

1 participant