mattmakai / slack-starterbot

Python-powered simple starter Slack bot.
https://www.fullstackpython.com/blog/build-first-slack-bot-python.html
MIT License
197 stars 146 forks source link

export is not recognized as an internal or external command #6

Open Barani-SBK opened 6 years ago

Barani-SBK commented 6 years ago

When i tried to export the token as environment variable , it throws as error export is not recognized as an internal or external command , how to resolve this .

image

image


underrtow commented 6 years ago

In Windows use "set" instead of "export"

gautammali commented 3 years ago

set is also not work for me what to do now and also there is no error while using set DATABASEURL=mongodb://localhost/yelp_camp_v10

ravics09 commented 3 years ago

On Windows "set" is working

karangoraniya commented 3 years ago

For MAC use "export " for WINDOWS "set"

obitek commented 2 years ago

set is not working for me....WINDOWS

Tiwari397978 commented 2 years ago

yes, set is't working

skhanduri79 commented 1 year ago

thanks ! set works on my windows