Abu Haider Siddiq
Home
Playground
Blog
Affiliated Startups
How to know, which Virtual Environment of Python I am using ?
How to know, which Virtual Environment of Python I am using ?
Blog
Python
Use follwoing command:
python -c "import sys; print(sys.prefix)"