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

Advise readers not to use non-ascii characters #305

Merged
merged 1 commit into from
Mar 30, 2015

Conversation

xavierdutreilh
Copy link
Contributor

Yesterday, I was helping my team to set up their laptop for the first DjangoGirls Paris and we encountered an issue during one of the installations. It appears that virtual environments do not work well with paths containing non-ascii characters (in particular, French accents).

So, I updated the tutorial to advise readers to be careful when creating their virtual environment in a directory whose path may contains accents and special characters.

@bmispelon
Copy link
Contributor

Which operating system was it?

I've just tried on my linux machine and using accented letters wasn't an issue.

@aniav
Copy link
Member

aniav commented Mar 30, 2015

I believe we had exactly the same problem for Windows machines.

@xavierdutreilh
Copy link
Contributor Author

Sorry, @bmispelon, I forgot to specify the environment. It was under Windows 7. And yes, like you said, in any *nix environments, it works well. And thanks @aniav for the confirmation. :)

@@ -40,7 +40,7 @@ It will look like this:

~/djangogirls$ python3 -m venv myvenv

`myvenv` is the name of your `virtualenv`. You can use any other name, but stick to lowercase and use no spaces. It is also good idea to keep the name short - you'll be referencing it a lot!
`myvenv` is the name of your `virtualenv`. You can use any other name, but stick to lowercase and use no spaces, accents or special characters. It is also good idea to keep the name short - you'll be referencing it a lot!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the problem is only on windows, then this shouldn't be needed, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right. I should not have edited this paragraph.

bmispelon added a commit that referenced this pull request Mar 30, 2015
Advise readers not to use non-ascii characters
@bmispelon bmispelon merged commit 09e6168 into DjangoGirls:master Mar 30, 2015
@bmispelon
Copy link
Contributor

Merci ! 🐓

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

3 participants