0

I recently downloaded virtualenv on my MacOSX Sierra (10.12.2). I'm not very experienced with virtualenv and I've been coding using the interactive interpreter in terminal and I was wondering if there was an alternate way that I could use an editor(IDLE, Sublime, etc.) and still use it in virtualenv. Would I just install an editor into virtualenv or am I limited to only the interactive shell?

Fizics
  • 105
  • 2
  • 2
  • 7

2 Answers2

0

You are not limited to only interactive shell. For your coding part you can download and install sublime text and open your project (any project irrespective of the language you use) and get started. Here is a quick guide for getting started in sublime text : sublime text getting started

You might also want to take a look at this post: SublimeREPL plugin

Community
  • 1
  • 1
Ash Singh
  • 3,921
  • 2
  • 25
  • 30
0

You can use atom editor, inside that you can use virtualenv plugin

Surajano
  • 2,688
  • 13
  • 25