Setting up Python Interpreter and running Python Code on Docker Container.

Prasantmahato
Oct 28, 2020

--

STEP 1

To use python on top of the container we first have to install python3 .

yum install python3

Installing python3

STEP 2

Now we can easily use python on top of the docker .

python3

Running code on Python REPL

Thankyou so much

For any query or suggestions dm me .

--

--

No responses yet