Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Improve config management on install #156

Merged
merged 2 commits into from
Dec 15, 2015

Conversation

parente
Copy link
Member

@parente parente commented Dec 15, 2015

  • Ensure config directories exist (fixes error)
  • Use ConfigManager for server config too

Issue #153

* Ensure config directories exist (fixes error)
* Use ConfigManager for server config too

(c) Copyright IBM Corp. 2015
(c) Copyright IBM Corp. 2015
@Lull3rSkat3r
Copy link
Member

When running make install I am getting the following error

 File "<string>", line 1, in <module>
  File "/tmp/pip-wr32762h-build/setup.py", line 70, in <module>
    'install': InstallCommand
  File "/opt/conda/lib/python3.4/distutils/core.py", line 148, in setup
    dist.run_commands()
  File "/opt/conda/lib/python3.4/distutils/dist.py", line 955, in run_commands
    self.run_command(cmd)
  File "/opt/conda/lib/python3.4/distutils/dist.py", line 974, in run_command
    cmd_obj.run()
  File "/tmp/pip-wr32762h-build/setup.py", line 27, in run
    fn = os.path.join(cm.profile_dir, 'ipython_notebook_config.py')
AttributeError: 'ConfigManager' object has no attribute 'profile_dir'

@parente
Copy link
Member Author

parente commented Dec 15, 2015

make build first to make sure you're on the correct jupyter version (I hope?)

@Lull3rSkat3r
Copy link
Member

yep that fixed it. AGTG 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants