Skip to content

source command on available on all Linuxes#43

Closed
miohtama wants to merge 1 commit into
DjangoGirls:masterfrom
miohtama:source-is-not-available-on-all-linux
Closed

source command on available on all Linuxes#43
miohtama wants to merge 1 commit into
DjangoGirls:masterfrom
miohtama:source-is-not-available-on-all-linux

Conversation

@miohtama
Copy link
Copy Markdown
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
Copy Markdown
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.

2 participants