gcv / julia-snail

An Emacs development environment for Julia
GNU General Public License v3.0
230 stars 21 forks source link

Calling PyCall #40

Closed kadir-gunel closed 3 years ago

kadir-gunel commented 3 years ago

Hello,

Is there any way that we can first call python virtualenv and then connect to julia ?

B.R.

gcv commented 3 years ago

Please try using auto-virtualenv. If it’s all set up correctly, Snail’s invocation of julia should pick up the Python environment.

kadir-gunel commented 3 years ago

Thank you