update python installation configuration
some changes: - move pythonrc to be copied to ~/.config/python/pythonrc*.py*, instead of ~/.config/python/pythonrc.py - remove spurious print statement from pythonrc.py
This commit is contained in:
parent
b112ef7f87
commit
82636ae45f
|
@ -14,6 +14,4 @@ def write_history():
|
||||||
except OSError:
|
except OSError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
print("laskdjflaskfjd")
|
|
||||||
|
|
||||||
atexit.register(write_history)
|
atexit.register(write_history)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/python/pythonrc" = {
|
".config/python/pythonrc.py" = {
|
||||||
source = ../../.config/python/pythonrc.py;
|
source = ../../.config/python/pythonrc.py;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue