Skip to content
Advertisement

how can I find the path of virtualenv python

how can I find the path of virtualenv python ,built with this tutorial?
(i want to find python in this env and use it in my eclipse)

JavaScript

Advertisement

Answer

You can use which to find out which binary will be executed…

For example:

JavaScript

By default it just shows the first match, but you can give the -a argument to show all:

JavaScript
Advertisement