File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ this currently does not work though. So for now here are the instructions
1010
1111### Create a virtual environment
1212
13- It is highly suggested that you [ a python virtualenv] ( http://docs.python-guide.org/en/latest/dev/virtualenvs/ ) when developing
13+ It is highly suggested that you have [ a python virtualenv] ( http://docs.python-guide.org/en/latest/dev/virtualenvs/ ) when developing
1414on mapnik.
1515
1616### Building from Mason
@@ -78,7 +78,7 @@ Fatal Python error: PyThreadState_Get: no current thread
7878Abort trap: 6
7979```
8080
81- That means you likely have built python-mapnik is linked against a differ python version than what you are running. To solve this try running:
81+ That means you likely have built python-mapnik linked against a different python version than what you are running. To solve this try running:
8282
8383```
8484/usr/bin/python <your script.py>
You can’t perform that action at this time.
0 commit comments