-3

There are 2 python versions (Python Vanilla & Anaconda) both 3.7.3-64 bit.

#!python3.7.3-64 - for Python vanilla

What is the shebang for Anaconda?

#!C:\ProgramData\Anaconda3\python.exe is not working.

Smart Manoj
  • 5,230
  • 4
  • 34
  • 59

1 Answers1

1

You can do this :

In this case you need to write something like this:

#!path/to/anaconda/bin/python

What shebang for Anaconda Python on my directory of Server

Maybe you can use two virtual environment, one with python, one with conda?

Dorian Turba
  • 3,260
  • 3
  • 23
  • 67