Skip to content
>GLB_
Go back

How to now where is located my current python Virtual enviroment

If you are working in your machine with different virtual env perhaps you wondered “Wait a minute. What environment I’m working on?” There is two ways (I now to know that)

Using PIP:

pip -V      

Or using Python:

import sysprint(sys.prefix)

Source:


Share this post:

Previous Post
People in tech are aware of history? Donald Knuth
Next Post
The relation between academic computer science and the industrial practice. Donald Knuth overview