I try this command in my bash console and get a 'command not found' error:
pip install --<myusername> XlsxWriter
Any help on how to install this module would be greatly appreciated.
I try this command in my bash console and get a 'command not found' error:
pip install --<myusername> XlsxWriter
Any help on how to install this module would be greatly appreciated.
I think you just want to use --user
, not your username.
That took care of it.
Thanks for the quick response, giles.
Excellent, thanks for confirming!