Arna-Maity / OpenGenus-Code-Snippets

This repo contains all the code snippets supporting my articles on OpenGenus.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting up Environment Variables (in Linux).

export GITHUB_AUTH_TOKEN='<your_personal_access_token>'

Ensuring that an Environment Variable is Set.

In case you want to make sure that your environment variable is successfully set, you can use the following command:

echo $GITHUB_AUTH_TOKEN

If your environment variable is set, its value will be output on the next line, else you will get no output.

About

This repo contains all the code snippets supporting my articles on OpenGenus.


Languages

Language:Python 100.0%