We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of bin, exec, and lib being created, their names are concatenated into one directory name:
bin
exec
lib
$ 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 $
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Instead of
bin
,exec
, andlib
being created, their names are concatenated into one directory name:The text was updated successfully, but these errors were encountered: