Files
wren/util
Bob Nystrom d12ef41482 fix: correct python/sudo command order in deploy_docs_from_travis.sh
The previous commit mistakenly placed 'sudo' after 'python' in the
pygments lexer setup command, causing a permission error. This fix
reverses the order to 'sudo python setup.py develop', ensuring the
package installs with proper system privileges.
2018-07-14 18:17:36 +00:00
..