Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to see text when creating a new env and cannot create one at enter #21

Open
reddieman opened this issue Mar 7, 2015 · 0 comments

Comments

@reddieman
Copy link

[Enter steps to reproduce below:]

  1. install atom
  2. install virtualenv package using atom provided tool
  3. make new env

notes:
I can't see the texts i type when trying to create a new env, after i press enter anyways, it pops the bug reporting window

Atom Version: 0.186.0
System: Mac OS X 10.10.2
Thrown From: Atom Core

Stack Trace

Uncaught Error: Command failed: /bin/sh -c virtualenv testing
/bin/sh: virtualenv: command not found

At events.js:94

Error: Command failed: /bin/sh -c virtualenv testing
/bin/sh: virtualenv: command not found

  at ChildProcess.exithandler (child_process.js:749:12)
  at ChildProcess.emit (events.js:119:17)
  at maybeClose (child_process.js:1013:16)
  at Socket.<anonymous> (child_process.js:1181:11)
  at Socket.emit (events.js:116:17)
  at Pipe.close (net.js:477:12)

Commands

     -1:22.8 virtualenv:make (atom-text-editor.editor)
     -1:15.7 core:confirm (atom-text-editor.editor.mini)
     -0:37.8 virtualenv:deactivate (atom-workspace.workspace.scrollbars-visible-always.theme-atom-dark-syntax.theme-atom-dark-ui)
     -0:10.7 virtualenv:make (div.settings-view.pane-item)
  9x -0:04.7 core:backspace (atom-text-editor.editor.mini)
     -0:00.6 core:confirm (atom-text-editor.editor.mini)

Config

{
  "core": {
    "themes": [
      "atom-dark-ui",
      "atom-dark-syntax"
    ]
  },
  "editor": {
    "invisibles": {}
  }
}

Installed Packages

# User
virtualenv, v0.6.2

# Dev
No dev packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant