-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
  • 3,837
  • 2
  • 24
  • 45

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
  • 1,465
  • 1
  • 14
  • 21