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

source command on available on all Linuxes #43

Conversation

miohtama
Copy link
Contributor

There is a gotcha with shell source command with virtualenv. source is not standard and not available on all Linuxes (or more accurately on their default shells). Instead one should use more common .. If you do source then some people might simply get Command not found when they try to follow the installation instructions.

Namely the late Ubuntus and its dash shell might be problematic. The issue is discussed here: https://wiki.ubuntu.com/DashAsBinSh#source

@oinopion
Copy link
Contributor

Due to the . being used to mean current directory in other contexts I've decided to not recommend it as default. There's a note [640bf06] to help troubleshoot problems with source on dash et al.

@oinopion oinopion closed this Jul 26, 2014
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

Successfully merging this pull request may close these issues.

None yet

2 participants